LLMS_Abstract_Query::get_number_results()
Get the number of results on the current page.
Description Description
Retrieves the value of the protected property $number_results
.
Return Return
(int)
Source Source
File: includes/abstracts/llms-abstract-query.php
public function get_number_results() { return $this->number_results; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |