Definition:
function is_404() {}
Is the query a 404 (returns no results)?
Source code
function is_404() { return (bool) $this->is_404; }
2079
Definition:
function is_404() {}
function is_404() { return (bool) $this->is_404; }
2079
No comments yet... Be the first to leave a reply!