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)
Source
File: src/Tribe/Query.php
public static function last_found_events() {
return self::$last_result;
}
Changelog
| Version | Description |
|---|---|
| 4.9.4 | Introduced. |