Automattic\WooCommerce\EmailEditor
Bootstrap::initialize
Initialize the email editor.
Method of the class: Bootstrap{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Bootstrap = new Bootstrap(); $Bootstrap->initialize(): void;
Bootstrap::initialize() Bootstrap::initialize code WC 10.5.0
public function initialize(): void {
$this->email_editor->initialize();
}