WP_Query::is_favicon(): bool In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Determines whether the query is for the favicon.ico file. Return bool Whether the query is for the favicon.ico file. Source public function is_favicon() { return (bool) $this->is_favicon; } View all references View on Trac View on GitHub Related Used byDescriptionis_favicon()wp-includes/query.phpIs the query for the favicon.ico file? Changelog VersionDescription5.4.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.