Automattic\WooCommerce\Blocks
Assets::init()
Deprecated from version 5.0.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
Initialize class features on init.
Method of the class: Assets{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = Assets::init();
Changelog
Since 2.5.0 | Introduced. |
Deprecated since | 5.0.0 |
Assets::init() Assets::init code WC 9.8.1
public static function init() { _deprecated_function( 'Assets::init', '5.0.0' ); }