Determines whether the query is for an existing month archive.
Source
public function is_month() {
return (bool) $this->is_month;
}
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
CARVIEW |
Determines whether the query is for an existing month archive.
public function is_month() {
return (bool) $this->is_month;
}
Used by | Description |
---|---|
is_month()wp-includes/query.php | Determines whether the query is for an existing month archive. |
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.