Automattic\WooCommerce\Internal\EmailEditor

Package::initialize()public staticWC 1.0

Initialize the email editor integration by fetching the class from the container.

Method of the class: Package{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = Package::initialize();

Package::initialize() code WC 9.8.2

public static function initialize() {
	$container = wc_get_container();
	$container->get( Integration::class );
}