Page::has_hijacked_posts()

Determines if we have hijacked posts for this request.


Return

(bool) Did we hijack posts on this request.


Top ↑

Source

File: src/Tribe/Views/V2/Template/Page.php

	public function has_hijacked_posts() {
		return null !== $this->hijacked_posts;
	}

Top ↑

Changelog

Changelog
Version Description
5.0.2 Introduced.