Tribe__Tickets__Tickets::add_admin_tickets_hooks()

Add all the hooks for the Admin Tickets page.


Return

(void)


Top ↑

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' ] );
		}

Top ↑

Changelog

Changelog
Version Description
5.14.0 Introduced.