Skip to content

Instantly share code, notes, and snippets.

@geoffgraham
Created November 14, 2015 00:24
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 geoffgraham/be22dc7c8d621081980b to your computer and use it in GitHub Desktop.
Save geoffgraham/be22dc7c8d621081980b to your computer and use it in GitHub Desktop.
The Events Calendar 3.12.6 // WooCommerce Tickets // Disable ticket email
function wootickets_email_no_no() {
return 'no';
}
add_filter( 'wootickets-tickets-email-enabled', 'wootickets_email_no_no' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment