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