Automattic\WooCommerce\Internal\Admin\EmailPreview

EmailPreview::get_emailpublicWC 1.0

Get the email object.

Method of the class: EmailPreview{}

No Hooks.

Returns

WC_Email.

Usage

$EmailPreview = new EmailPreview();
$EmailPreview->get_email();

EmailPreview::get_email() code WC 10.7.0

public function get_email() {
	return $this->email;
}