Automattic\WooCommerce\Internal\Admin\EmailPreview
EmailPreviewRestController::__construct
The constructor.
Method of the class: EmailPreviewRestController{}
No Hooks.
Returns
null. Nothing (null).
Usage
$EmailPreviewRestController = new EmailPreviewRestController(); $EmailPreviewRestController->__construct();
EmailPreviewRestController::__construct() EmailPreviewRestController:: construct code WC 10.7.0
public function __construct() {
$this->email_preview = wc_get_container()->get( EmailPreview::class );
}