Page::set_page_hook( string $hook )

Sets the page hook.


Parameters

$hook

(string) (Required) Hook used to identify the page added.


Top ↑

Source

File: src/Tribe/Admin/Manager/Page.php

	public function set_page_hook( $hook ) {
		$this->page_hook = $hook;
	}

Top ↑

Changelog

Changelog
Version Description
5.9.0 Introduced.