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