Tribe__Tickets__Editor__Template__Overwrite::tickets_hook( Tribe__Tickets__Tickets $ticket_type )

Create a new instance variable used to reference to the current ticket provider


Parameters

$ticket_type

(Tribe__Tickets__Tickets) (Required)


Top ↑

Source

File: src/Tribe/Editor/Template/Overwrite.php

	public function tickets_hook( $ticket_type ) {
		$this->ticket_type = $ticket_type;
	}

Top ↑

Changelog

Changelog
Version Description
4.9 Introduced.