[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
Arcoetanche
/
wp-content
/
plugins
/
all-in-one-seo-pack
/
app
/
Common
/
Breadcrumbs
+ Folder
+ File
Upload
Editing: Shortcode.php
<?php namespace AIOSEO\Plugin\Common\Breadcrumbs; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Class Shortcode. * * @since 4.1.1 */ class Shortcode { /** * Shortcode constructor. * * @since 4.1.1 */ public function __construct() { add_shortcode( 'aioseo_breadcrumbs', [ $this, 'display' ] ); } /** * Shortcode callback. * * @since 4.1.1 * * @return string|void The breadcrumb html. */ public function display() { return aioseo()->breadcrumbs->frontend->display( false ); } }
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 Block.php
FILE
Ren
[EDIT]
DEL
📄 Breadcrumbs.php
FILE
Ren
[EDIT]
DEL
📄 Frontend.php
FILE
Ren
[EDIT]
DEL
📄 Shortcode.php
FILE
Ren
[EDIT]
DEL
📄 Tags.php
FILE
Ren
[EDIT]
DEL
📄 Widget.php
FILE
Ren
[EDIT]
DEL