Page::set_page_hook( string $hook )
Sets the page hook.
Contents
Parameters
- $hook
-
(string) (Required) Hook used to identify the page added.
Source
File: src/Tribe/Admin/Manager/Page.php
public function set_page_hook( $hook ) {
$this->page_hook = $hook;
}
Changelog
| Version | Description |
|---|---|
| 5.9.0 | Introduced. |