LLMS_Abstract_Posts_Query::found_results()

Retrieve total found results for the query.


Return Return

(int)


Top ↑

Source Source

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

	protected function found_results() {
		return $this->wp_query->found_posts;
	}


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.