woocommerce_shipping_chosen_method

woocommerce_shipping_chosen_method

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_shipping_chosen_method') is found 1 times:

  • /includes/wc-cart-functions.php line 501
    	 * @param string $default Default shipping method.
    	 * @param array  $rates   Shipping rates.
    	 * @param string $chosen_method Chosen method id.
    	 */
    	return (string) apply_filters( 'woocommerce_shipping_chosen_method', $default, $package['rates'], $chosen_method );
    }
    
    /**
     * See if the methods have changed since the last request.
     *
     * @since  3.2.0
    

See this hook used in plugins: