LLMS_Abstract_Query::get_max_pages()

Get the total number of pages available for the given query.


Description Description

If the query was instantiated with $no_found_rows=true this will always return 0.

Retrieves the value of the protected property $max_pages.


Top ↑

Return Return

(int)


Top ↑

Source Source

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

	public function get_max_pages() {
		return $this->max_pages;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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