Automattic\WooCommerce\Internal\Admin\EmailPreview

EmailPreviewRestController::__construct()publicWC 1.0

The constructor.

Method of the class: EmailPreviewRestController{}

No Hooks.

Return

null. Nothing (null).

Usage

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

EmailPreviewRestController::__construct() code WC 9.7.1

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