Determines whether the query is a 404 (returns no results).
Source
public function is_404() {
return (bool) $this->is_404;
}
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
CARVIEW |
Determines whether the query is a 404 (returns no results).
public function is_404() {
return (bool) $this->is_404;
}
Used by | Description |
---|---|
is_404()wp-includes/query.php | Determines whether the query has resulted in a 404 (returns no results). |
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.