Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('init', 'remove_wootickets_email_subject');
- function remove_wootickets_email_subject() {
- $callback = array(TribeWooTickets::get_instance(), 'add_subject_to_email');
- remove_filter('woocommerce_email_subject_customer_completed_order', $callback, 10, 2);
- }
Advertisement
Add Comment
Please, Sign In to add comment