Tribe__Tickets__Admin__Views::hook()
Hook the necessary Filters and Actions
Return
(void)
Source
File: src/Tribe/Admin/Views.php
public function hook() {
$this->add_view_links( (array) tribe_get_option( 'ticket-enabled-post-types', array() ) );
}
Changelog
| Version | Description |
|---|---|
| 4.6 | Introduced. |