mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-04 12:22:24 +08:00
https://mikejolley.com/2017/04/07/woocommerce-3-0-disable-deferred-email-sending/ https://iconicwp.com/blog/help-woocommerce-order-emails-no-longer-sending/
1 line
73 B
Text
1 line
73 B
Text
add_filter( 'woocommerce_defer_transactional_emails', '__return_true' );
|