I just used @WP_Turbo‘s free WordPress generators for a new project. It’s a must-have resource 🔥
Check it out ➡️
// Add the action to disable the emails. add_action( 'woocommerce_email', 'wpturbo_custom_disable_emails' ); function wpturbo_custom_disable_emails($email_class){ }