do_action( 'woocommerce_after_get_rates_for_package', array $package, WC_Shipping_Method $shipping_method )

Fires after getting shipping rates for a package.


Description Description


Parameters Parameters

$package

Package of cart items.

$shipping_method

Shipping method instance.


Top ↑

Source Source

File: includes/class-wc-shipping.php


Top ↑

Changelog Changelog

Changelog
Version Description
4.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.