WP_Query::is_year()
Determines whether the query is for an existing year archive.
Method of the class: WP_Query{}
No Hooks.
Return
true|false
. Whether the query is for an existing year archive.
Usage
global $wp_query; $wp_query->is_year();
Changelog
Since 3.1.0 | Introduced. |
WP_Query::is_year() WP Query::is year code WP 6.3
public function is_year() { return (bool) $this->is_year; }