Tribe__Tickets__Admin__Views::hook()

Hook the necessary Filters and Actions


Return

(void)


Top ↑

Source

File: src/Tribe/Admin/Views.php

	public function hook() {
		$this->add_view_links( (array) tribe_get_option( 'ticket-enabled-post-types', array() ) );
	}

Top ↑

Changelog

Changelog
Version Description
4.6 Introduced.