Automattic\WooCommerce

Packages::init()public staticWC 3.7.0

Init the package loader.

Method of the class: Packages{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = Packages::init();

Changelog

Since 3.7.0 Introduced.

Packages::init() code WC 8.7.0

public static function init() {
	add_action( 'plugins_loaded', array( __CLASS__, 'on_init' ) );
}