Skip to content

Instantly share code, notes, and snippets.

@juanfra
Created April 18, 2018 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanfra/60d3fc59bdc0468559de6e7ea01a48fe to your computer and use it in GitHub Desktop.
Save juanfra/60d3fc59bdc0468559de6e7ea01a48fe to your computer and use it in GitHub Desktop.
Include the event date in the ticket email.
<?php
//* Do NOT include the opening php tag
/**
* Include the event date in the ticket email.
*
*/
add_filter( 'tribe_tickets_email_include_event_date', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment