Multisite Defer Emails Issue
-
I wrote a week or so ago and said that since we switched to a multisite, emails going to mutiple people (transactional emails like new orders, etc) stopped working.
I found out that the problem is this line I have in my functions file which helps process orders fast:
add_filter( 'woocommerce_defer_transactional_emails', '__return_true' );
When I remove this, the emails resume properly.
Can this be looked at? I would like to use it again to have checkout be faster.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Multisite Defer Emails Issue’ is closed to new replies.