Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webdados/a81d13ba324c34447f13bad70f504d58 to your computer and use it in GitHub Desktop.
Save webdados/a81d13ba324c34447f13bad70f504d58 to your computer and use it in GitHub Desktop.
Re-enable WooCommerce deferred email sending (added in 3.0 and turned off on 3.0.3)
<?php
//Code goes in theme functions.php.
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