Tribe__Tickets_Plus__Editor::hook()

Configure all action and filters user by this Class


Return

(void)


Top ↑

Source

File: src/Tribe/Editor.php

	public function hook() {
		add_action( 'tribe_events_tickets_settings_content_before', tribe_callback( 'tickets-plus.admin.views', 'template', 'editor/fieldset/settings-capacity' ) );
		add_action( 'tribe_events_tickets_settings_content', tribe_callback( 'tickets-plus.admin.views', 'template', 'editor/settings-attendees' ) );
		add_action( 'tribe_events_tickets_capacity', tribe_callback( 'tickets-plus.admin.views', 'template', 'editor/total-capacity' ) );
	}

Top ↑

Changelog

Changelog
Version Description
4.6.2 Introduced.