| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/wp-robots-conditional.php.tar |
home/xbodynamge/www/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php 0000644 00000000525 15114664412 0027301 0 ustar 00 <?php
namespace Yoast\WP\SEO\Conditionals;
/**
* Class that checks if wp_robots exists.
*/
class WP_Robots_Conditional implements Conditional {
/**
* Checks if the wp_robots function exists.
*
* @return bool True when the wp_robots function exists.
*/
public function is_met() {
return \function_exists( 'wp_robots' );
}
}
xbodynamge/namtation/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php 0000644 00000000525 15115025421 0030360 0 ustar 00 home <?php
namespace Yoast\WP\SEO\Conditionals;
/**
* Class that checks if wp_robots exists.
*/
class WP_Robots_Conditional implements Conditional {
/**
* Checks if the wp_robots function exists.
*
* @return bool True when the wp_robots function exists.
*/
public function is_met() {
return \function_exists( 'wp_robots' );
}
}