woocommerce_get_asset_url

woocommerce_get_asset_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_get_asset_url') is found 1 times:

  • /includes/class-wc-frontend-scripts.php line 110
    	 * @param string $path Assets path.
    	 * @return string
    	 */
    	private static function get_asset_url( $path ) {
    		return apply_filters( 'woocommerce_get_asset_url', plugins_url( $path, WC_PLUGIN_FILE ), $path );
    	}
    
    	/**
    	 * Register a script for use.
    	 *
    	 * @uses   wp_register_script()