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 8.0.2
public function mailer() { return WC_Emails::instance(); }