Automattic\WooCommerce\Internal\Admin\EmailPreview

EmailPreviewRestController::__constructpublicWC 1.0

The constructor.

Method of the class: EmailPreviewRestController{}

No Hooks.

Returns

null. Nothing (null).

Usage

$EmailPreviewRestController = new EmailPreviewRestController();
$EmailPreviewRestController->__construct();

EmailPreviewRestController::__construct() code WC 10.7.0

public function __construct() {
	$this->email_preview = wc_get_container()->get( EmailPreview::class );
}