Automattic\WooCommerce\Internal\EmailEditor
Integration::__construct()
Constructor.
Method of the class: Integration{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Integration = new Integration(); $Integration->__construct();
Integration::__construct() Integration:: construct code WC 9.8.1
public function __construct() { $editor_container = EmailEditorContainer::container(); $this->dependency_check = $editor_container->get( Dependency_Check::class ); }