WooCommerce::mailer()
Email Class.
Method of the class: WooCommerce{}
No Hooks.
Return
WC_Emails
.
Usage
$WooCommerce = new WooCommerce(); $WooCommerce->mailer();
WooCommerce::mailer() WooCommerce::mailer code WC 9.2.3
public function mailer() { return WC_Emails::instance(); }