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