woocommerce_after_shipping_rate action-hook . WC 1.0
Usage
add_action( 'woocommerce_after_shipping_rate', 'action_function_name_1907', 10, 2 ); function action_function_name_1907( $method, $index ){ // action... }
- $method
- -
- $index
- -
Where the hook is called
In file: /templates/cart/cart-shipping.php
woocommerce_after_shipping_rate
woocommerce/templates/cart/cart-shipping.php 41
do_action( 'woocommerce_after_shipping_rate', $method, $index );