Tribe__Tickets__Tickets::add_admin_tickets_hooks()
Add all the hooks for the Admin Tickets page.
Return
(void)
Source
File: src/Tribe/Tickets.php
public function add_admin_tickets_hooks() {
add_filter( 'tec_tickets_admin_tickets_table_provider_info', [ $this, 'filter_admin_tickets_table_provider_info' ] );
}
Changelog
| Version | Description |
|---|---|
| 5.14.0 | Introduced. |