Linux webm012.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
ferronnery
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
conditionals
/
/home/ferronnery/www/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php
<?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' ); } }