woocommerce_get_asset_url

woocommerce_get_asset_url

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_get_asset_url') is found 1 times:

  • /includes/class-wc-frontend-scripts.php line 111
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    * @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()