Email Logs list breaks down with woocommerce_email_recipient_ hooks
teemujonkkari opened this issue · 0 comments
teemujonkkari commented
Adding recipients with woocommerce hooks breaks logging in plugin.
Example recipient string: "first.name@gmail.com, last.name@gmail.com"
In browser
- Console:
TypeError: Cannot use 'in' operator to search for 'length' in a:7:{i:0;a:1:{s:5:"email";s:19:"info...
- Network: "to" field in json response
to: "a:7:{i:0;a:1:{s:5:\"email\";s:19:\"info...
Email sending works fine. Effects only in logging which breaks down completely.