How to delay WooCommerce Emails

Nov 23, 2020 | WooCommerce Tips

You may find this helps speed up the checkout process by delaying the WooCommerce order emails from sending immediately at checkout. Add the following PHP code to your child theme functions.php file.

// delay woocommerce emails
add_filter( 'woocommerce_defer_transactional_emails', '__return_true' );

Need help with this?
Hire me for a consultation and I’ll walk you thru the process.