woocommerce_get_asset_url filter-hook . WC 1.0
Return asset URL.
Usage
add_filter( 'woocommerce_get_asset_url', 'filter_function_name_2164' ); function filter_function_name_2164( $path ){ // filter... return $path; }
- $path
- -
Where the hook is called
woocommerce_get_asset_url
woocommerce/includes/class-wc-frontend-scripts.php 93
return apply_filters( 'woocommerce_get_asset_url', plugins_url( $path, WC_PLUGIN_FILE ), $path );