Manually triggered emails are wrapped two times
-
Hello,
I am triggering woocommerce manually (user is created) like this:
$wc = new WC_Emails(); $wc->customer_new_account($user_id);
However, emails come with two sets of header and footer…
Like they are wrapped two times. Template files are not touched in the code.Is there a way to prevent this?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Manually triggered emails are wrapped two times’ is closed to new replies.