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

public function is_favicon() {
	return (bool) $this->is_favicon;
}

Changelog

VersionDescription
5.4.0Introduced.

User Contributed Notes

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