Automattic\WooCommerce\Internal\EmailEditor

Integration::initializepublicWC 1.0

Initialize the integration.

Method of the class: Integration{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Integration = new Integration();
$Integration->initialize();

Integration::initialize() code WC 10.6.2

public function initialize() {
	$this->init_logger();
	$this->init_hooks();
	$this->extend_post_api();
	$this->extend_template_post_api();
	$this->register_hooks();
}