Add $email var to templates?
-
Hey,
It’s come to my attention that your email templates are missing the $email variable when woocommerce do actions are called.For reference see ‘woocommerce_email_header’ for example:
https://github.com/woocommerce/woocommerce/blob/master/templates/emails/customer-completed-order.php#L25
VS
https://github.com/dualcube/dc-woocommerce-multi-vendor/blob/master/templates/emails/vendor-new-order.php#L15Would it be possible for that to be added so anyone hooking into ‘woocommerce_email_header’ and needed the $email var could access it?
Thanks for your time and consideration!
Ben
- The topic ‘Add $email var to templates?’ is closed to new replies.