LLMS_Abstract_Query::is_first_page()
Determine if we’re on the first page of results.
Return Return
(boolean)
Source Source
File: includes/abstracts/llms-abstract-query.php
public function is_first_page() {
return 1 === absint( $this->get( 'page' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 6.0.0 | Moved from LLMS_Database_Query abstract. |
| 3.8.0 | |
| 3.14.0 | Introduced. |