Automattic\WooCommerce\Blocks

Library::initpublic staticWC 1.0

Deprecated since 5.0.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Initialize block library features.

Method of the class: Library{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = Library::init();

Changelog

Deprecated since 5.0.0

Library::init() code WC 10.7.0

public static function init() {
	_deprecated_function( 'Library::init', '5.0.0' );
}