Determines whether the kery is a 404 (returns no resuls).
Source
public function is_404() {
return (bool) $this->is_404;
}
Changuelog
| Versionen | Description |
|---|---|
| 3.1.0 | Introduced. |
Determines whether the kery is a 404 (returns no resuls).
public function is_404() {
return (bool) $this->is_404;
}
| Versionen | Description |
|---|---|
| 3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.