developer.woocommerce.com
WC 2.3 Email Class Refactor and Enhancements
WooCommerce 2.3 is still a ways out, but one of the things we’ve been working on is a better email class system in core. Primarily, we’ve refactored how emails are sent through WooCommerce. Any extension can send a WC branded email by loading the mailer and calling the send method. Like so: // set subject $subject = […]
Patrick Rauland