| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/front-end-inspector-conditional.php.tar |
wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/front-end-inspector-conditional.php0000644 00000000724 15114365042 0035707 0 ustar 00 home/xbodynamge/lebauwcentre <?php
namespace Yoast\WP\SEO\Conditionals;
/**
* Feature flag conditional for the front-end inspector.
*
* @deprecated 19.5
*/
class Front_End_Inspector_Conditional extends Feature_Flag_Conditional {
/**
* Returns the name of the feature flag.
*
* @deprecated 19.5
*
* @return string The name of the feature flag.
*/
protected function get_feature_flag() {
\_deprecated_function( __METHOD__, 'WPSEO 19.5' );
return 'FRONT_END_INSPECTOR';
}
}
wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/front-end-inspector-conditional.php0000644 00000000724 15115103762 0034053 0 ustar 00 home/xbodynamge/www <?php
namespace Yoast\WP\SEO\Conditionals;
/**
* Feature flag conditional for the front-end inspector.
*
* @deprecated 19.5
*/
class Front_End_Inspector_Conditional extends Feature_Flag_Conditional {
/**
* Returns the name of the feature flag.
*
* @deprecated 19.5
*
* @return string The name of the feature flag.
*/
protected function get_feature_flag() {
\_deprecated_function( __METHOD__, 'WPSEO 19.5' );
return 'FRONT_END_INSPECTOR';
}
}