How to delay WooCommerce Emails

TIPS

Nov 23, 2020 | WooCommerce Tips | 0 comments

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.
[php]
// delay woocommerce emails
add_filter( 'woocommerce_defer_transactional_emails', '__return_true' );
[/php]

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

More Tips

Ad - Web Hosting from SiteGround - Crafted for easy site management. Click to learn more.

Cloudways Hosting

WPEngine Hosting

Pressable Hosting

AccuWeb Hosting

Ask the Divi Guy a Question

"*" indicates required fields