Skip to content

Instantly share code, notes, and snippets.

@jesseeproductions
Created October 22, 2014 19:16
Show Gist options
  • Select an option

  • Save jesseeproductions/6a9e0674d0f2c28def03 to your computer and use it in GitHub Desktop.

Select an option

Save jesseeproductions/6a9e0674d0f2c28def03 to your computer and use it in GitHub Desktop.
The Events Calendar - WooCommerce Tickets Remove You'll receive your tickets in another email. From Order Emails
/**
* The Events Calendar - WooCommerce Tickets Remove You'll receive your tickets in another email. From Order Emails
*
*/
add_filter( 'wootickets_email_message', 'customize_woo_ticket_message', 10, 1 );
function customize_woo_ticket_message( $tribe_ticket ) {
$tribe_ticket = '';
return $tribe_ticket;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment