Tribe__Events__Query::last_found_events()

Reruns the last query used to getEvents to fetch all the found IDs.

Pagination is ignored; this methods provides a way to not only count the found posts but to get their ID too.


Return

(array)


Top ↑

Source

File: src/Tribe/Query.php

		public static function last_found_events() {
			return self::$last_result;
		}

Top ↑

Changelog

Changelog
Version Description
4.9.4 Introduced.