add_action('init', function() { // Remove ticket info from email body remove_action('woocommerce_email_before_order_table', ['RafflePlayWoo_LifeCycle', 'drp_order_email_instructions'], 21); remove_action('woocommerce_email_after_order_table', ['RafflePlayWoo_LifeCycle', 'drp_order_email_instructions'], 21); remove_action('woocommerce_email_customer_details', ['RafflePlayWoo_LifeCycle', 'drp_order_email_instructions_after_customer'], 26); // Remove PDF/QR attachments remove_filter('woocommerce_email_attachments', ['RafflePlayWoo_LifeCycle', 'drp_email_attachment'], 25); }, 999);