woocommerce_after_get_rates_for_package

woocommerce_after_get_rates_for_package

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_after_get_rates_for_package') is found 1 times:

  • /includes/class-wc-shipping.php line 357
    					 * @since 4.3.0
    					 * @param array $package Package of cart items.
    					 * @param WC_Shipping_Method $shipping_method Shipping method instance.
    					 */
    					do_action( 'woocommerce_after_get_rates_for_package', $package, $shipping_method );
    				}
    			}
    
    			/**
    			 * Filter the calculated shipping rates.
    			 *