Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
WC_Frontend_Scripts::get_asset_url( string $path )
Return asset URL.
Description Description
Parameters Parameters
- $path
-
(Required) Assets path.
Return Return
(string)
Source Source
File: includes/class-wc-frontend-scripts.php
private static function get_asset_url( $path ) { return apply_filters( 'woocommerce_get_asset_url', plugins_url( $path, WC_PLUGIN_FILE ), $path ); }