Automattic\WooCommerce\Internal\Admin\EmailPreview
EmailPreview::get_email
Get the email object.
Method of the class: EmailPreview{}
No Hooks.
Returns
WC_Email.
Usage
$EmailPreview = new EmailPreview(); $EmailPreview->get_email();
EmailPreview::get_email() EmailPreview::get email code WC 10.7.0
public function get_email() {
return $this->email;
}