LLMS_Database_Query::is_last_page()

Determine if we’re on the last page of results


Description Description


Return Return

(boolean)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.database.query.php

	public function is_last_page() {
		return ! $this->has_results() || ( absint( $this->get( 'page' ) ) === $this->max_pages );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0
3.30.3 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.





Permalink: