Tribe__Events__Event_Tickets__Ticket_Email::add_hooks()

Adds hooks for injecting/overriding aspects of the ticket emails from Event Tickets

Contents


Source

File: src/Tribe/Event_Tickets/Ticket_Email.php

	public function add_hooks() {
		add_filter( 'event_tickets_email_include_start_date', array( $this, 'maybe_include_start_date' ), 10, 2 );
	}

Top ↑

Changelog

Changelog
Version Description
4.0.2 Introduced.