LLMS_Abstract_Query::found_results()
Determines the total number of found results for the given query and returns it.
Return Return
(int)
Source Source
File: includes/abstracts/llms-abstract-query.php
184 | abstract protected function found_results(); |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |