Automattic\WooCommerce\Internal\Fulfillments

FulfillmentsRenderer::register_fulfillments_assetsprotectedWC 1.0

Register the fulfillment assets.

Method of the class: FulfillmentsRenderer{}

No Hooks.

Returns

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->register_fulfillments_assets();

FulfillmentsRenderer::register_fulfillments_assets() code WC 10.3.3

protected function register_fulfillments_assets() {
	WCAdminAssets::register_style( 'fulfillments', 'style', array( 'wp-components' ) );
	WCAdminAssets::register_script( 'wp-admin-scripts', 'fulfillments', true );
}