Automattic\WooCommerce\Blocks

AssetsController::enqueue_wc_entitiespublicWC 1.0

Enqueue the wc-entities script.

Method of the class: AssetsController{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AssetsController = new AssetsController();
$AssetsController->enqueue_wc_entities();

AssetsController::enqueue_wc_entities() code WC 10.9.1

public function enqueue_wc_entities() {
	wp_enqueue_script( 'wc-entities' );
}