Definition:
function is_paged() {}
Is the query for paged result and not for the first page?
Source code
function is_paged() { return (bool) $this->is_paged; }
2155
Definition:
function is_paged() {}
function is_paged() { return (bool) $this->is_paged; }
2155
No comments yet... Be the first to leave a reply!