LLMS_Abstract_Query::get_found_results()
Get the total results found for the 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 $found_results
.
Return Return
(int)
Source Source
File: includes/abstracts/llms-abstract-query.php
public function get_found_results() { return $this->found_results; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |