Advertisement
BakerMan

WT 3.0 kill tickets email

Jul 29th, 2013
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. add_action('woocommerce_email_classes', 'remove_wootickets_email', 100);
  2.  
  3. function remove_wootickets_email() {
  4.     remove_all_actions('wootickets-send-tickets-email');
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement