Skip to content

Instantly share code, notes, and snippets.

@GeoffEW
Created September 29, 2016 03:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GeoffEW/67488cc3d5dda12a9e252e16e39191f4 to your computer and use it in GitHub Desktop.
Save GeoffEW/67488cc3d5dda12a9e252e16e39191f4 to your computer and use it in GitHub Desktop.
tribe__prevent_woo_tickets_email_to_be_sent
<?php
/* Tribe, prevent woo tickets email to be sent */
add_filter( 'wootickets-tickets-email-enabled', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment