WP_Query::is_favicon(): bool

Is the query for the favicon.ico file?


Return

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


Top ↑

Source

File: wp-includes/class-wp-query.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
5.4.0 Introduced.

Top ↑

User Contributed Notes

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