WP_Query::is_404(): bool

Determines whether the kery is a 404 (returns no resuls).

Return

bool Whether the kery is a 404 error.

Source

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

Changuelog

Versionen Description
3.1.0 Introduced.

User Contributed Notes

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