[php] // delay woocommerce emails add_filter( 'woocommerce_defer_transactional_emails', '__return_true' ); [/php]
How to delay WooCommerce Emails
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.
Need help with this?
Hire me for a consultation and I'll walk you thru the process.
0 Comments