Created
January 10, 2018 10:32
-
-
Save madeincosmos/f73f6a3c7dc376c817483ff26f3fc596 to your computer and use it in GitHub Desktop.
Defer sending order emails in WooCommerce
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'woocommerce_defer_transactional_emails', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment