Determines whether the query is for the robots.txt file.
Source
public function is_robots() {
return (bool) $this->is_robots;
}
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
CARVIEW |
Determines whether the query is for the robots.txt file.
public function is_robots() {
return (bool) $this->is_robots;
}
Used by | Description |
---|---|
is_robots()wp-includes/query.php | Is the query for the robots.txt file? |
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.