| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/class-schema-breadcrumb.php.tar |
wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-breadcrumb.php 0000644 00000001052 15113516507 0033755 0 ustar 00 home/xbodynamge/lebauwcentre <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Frontend\Schema
*/
use Yoast\WP\SEO\Generators\Schema\Breadcrumb;
/**
* Returns schema Breadcrumb data.
*
* @since 10.2
* @deprecated 14.0
*/
class WPSEO_Schema_Breadcrumb extends WPSEO_Deprecated_Graph_Piece {
/**
* WPSEO_Schema_Breadcrumb constructor.
*
* @deprecated 14.0
* @codeCoverageIgnore
*
* @param null $context The context. No longer used but present for BC.
*/
public function __construct( $context = null ) {
parent::__construct( Breadcrumb::class );
}
}
wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-breadcrumb.php 0000644 00000001052 15114414136 0033263 0 ustar 00 home/xbodynamge/namtation <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Frontend\Schema
*/
use Yoast\WP\SEO\Generators\Schema\Breadcrumb;
/**
* Returns schema Breadcrumb data.
*
* @since 10.2
* @deprecated 14.0
*/
class WPSEO_Schema_Breadcrumb extends WPSEO_Deprecated_Graph_Piece {
/**
* WPSEO_Schema_Breadcrumb constructor.
*
* @deprecated 14.0
* @codeCoverageIgnore
*
* @param null $context The context. No longer used but present for BC.
*/
public function __construct( $context = null ) {
parent::__construct( Breadcrumb::class );
}
}