LLMS_Abstract_Posts_Query::found_results()
Retrieve total found results for the query.
Return Return
(int)
Source Source
File: includes/abstracts/llms-abstract-posts-query.php
protected function found_results() { return $this->wp_query->found_posts; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |