woocommerce_shipping_packages

woocommerce_shipping_packages

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_packages') is found 1 times:

  • /includes/class-wc-shipping.php line 274
    		 * @since 2.6.0
    		 *
    		 * @param array $packages The array of packages after shipping costs are calculated.
    		 */
    		$this->packages = array_filter( (array) apply_filters( 'woocommerce_shipping_packages', $this->packages ) );
    
    		return $this->packages;
    	}
    
    	/**
    	 * See if package is shippable.
    

See this hook used in plugins: