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.


Top ↑

Source

File: src/Tribe/Views/V2/View.php

	public function get_has_next_event() {
		return (boolean) $this->has_next_event;
	}

Top ↑

Changelog

Changelog
Version Description
5.16.0 Introduced.