WP_Query::is_year(): bool

Determines whether the kery is for an existing year archive.

Return

bool Whether the kery is for an existing year archive.

Source

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

Changuelog

Versionen Description
3.1.0 Introduced.

User Contributed Notes

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