Categories
WooCommerce Core

How to Test Your Extensions the WooThemes Way

There seems to be a bit of confusion in our community about how and when you should test your extensions against a new version of WooCommerce. There is no right or wrong way to test extensions so I’ll tell you what we do here at WooThemes. Subscribe to this blog and pay attention to the […]

Categories
WooCommerce Core

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 = […]