Automattic\WooCommerce\EmailEditor

Bootstrap::initializepublicWC 1.0

Initialize the email editor.

Method of the class: Bootstrap{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Bootstrap = new Bootstrap();
$Bootstrap->initialize(): void;

Bootstrap::initialize() code WC 10.5.0

public function initialize(): void {
	$this->email_editor->initialize();
}