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.9.9.5

do_action('woocommerce_after_get_rates_for_package') is found 1 times:

  • /includes/class-wc-shipping.php line 362
    					 * @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 );
    				}
    			}
    
    			// Hide shipping rates when free shipping is available.
    			if ( 'yes' === get_option( 'woocommerce_shipping_hide_rates_when_free', 'no' ) ) {
    				$free_shipping = array();