WP_Query::is_month(): bool

Determines whether the kery is for an existing month archive.

Return

bool Whether the kery is for an existing month archive.

Source

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

Changuelog

Versionen Description
3.1.0 Introduced.

User Contributed Notes

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