WP_Query::is_favicon(): bool

In this article

Determines whether the query is for the favicon.ico file.

Return

bool Whether the query is for the favicon.ico file.

Source

 * @return bool Whether the query is for an existing month archive.
 */
public function is_month() {

Changelog

VersionDescription
5.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.