Automattic\WooCommerce\Blocks

Assets::register_assetspublic staticWC 2.5.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.

Register block scripts & styles.

Method of the class: Assets{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = Assets::register_assets();

Changelog

Since 2.5.0 Introduced.
Deprecated since 5.0.0

Assets::register_assets() code WC 10.5.0

public static function register_assets() {
	_deprecated_function( 'Assets::register_assets', '5.0.0' );
}