WP_Query::is_robots()
Determines whether the query is for the robots.txt file.
Method of the class: WP_Query{}
No Hooks.
Return
true|false
. Whether the query is for the robots.txt file.
Usage
global $wp_query; $wp_query->is_robots();
Changelog
Since 3.1.0 | Introduced. |
WP_Query::is_robots() WP Query::is robots code WP 6.6.2
public function is_robots() { return (bool) $this->is_robots; }