You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The callback for the woocommerce_email action is not added before WooCommerce sends the email, so the setting is broken. The status of the setting and the callback on the action need to be set sooner.
This was confirmed by adding error_log( __FILE__ ) into the callback and checking the error log: there was no entry.
The text was updated successfully, but these errors were encountered:
The callback for the
woocommerce_email
action is not added before WooCommerce sends the email, so the setting is broken. The status of the setting and the callback on the action need to be set sooner.This was confirmed by adding
error_log( __FILE__ )
into the callback and checking the error log: there was no entry.The text was updated successfully, but these errors were encountered: