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
Contents
Parameters
- $ticket_type
-
(Tribe__Tickets__Tickets) (Required)
Source
File: src/Tribe/Editor/Template/Overwrite.php
public function tickets_hook( $ticket_type ) {
$this->ticket_type = $ticket_type;
}
Changelog
| Version | Description |
|---|---|
| 4.9 | Introduced. |