cliffordp
6/19/2018 - 4:09 PM

Event Tickets: Display the Event date and time in the Ticket Email.

Event Tickets: Display the Event date and time in the Ticket Email.

<?php
/**
 * Event Tickets: Display the Event date and time in the Ticket Email.
 * 
 * Filter exists in /wp-content/plugins/event-tickets/src/views/tickets/email.php
 * 
 * @link https://gist.github.com/cliffordp/82d0db3d1973109cf36ccbf2d07535d4 This snippet.
 */
add_filter( 'tribe_tickets_email_include_event_date', '__return_true' );