View::get_has_next_event()
Get if we have events in the next page.
Return
(boolean) Weather the View has events in the next page.
Source
File: src/Tribe/Views/V2/View.php
public function get_has_next_event() {
return (boolean) $this->has_next_event;
}
Changelog
| Version | Description |
|---|---|
| 5.16.0 | Introduced. |