Automattic\WooCommerce\Internal\EmailEditor

Package::initialize()public staticWC 1.0

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

Метод класса: Package{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = Package::initialize();

Код Package::initialize() WC 9.8.1

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