Tribe__Tickets__Status__Manager::hook()
Hook
Source
File: src/Tribe/Status/Manager.php
public function hook() {
add_action( 'init', [ $this, 'setup' ] );
}
Changelog
| Version | Description |
|---|---|
| 4.10 | Introduced. |
Hook
File: src/Tribe/Status/Manager.php
public function hook() {
add_action( 'init', [ $this, 'setup' ] );
}
| Version | Description |
|---|---|
| 4.10 | Introduced. |