woocommerce_shipping_packages, $this->packages
woocommerce_shipping_packages, $this->packages
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_shipping_packages, $this->packages') is found 1 times:
- /includes/class-wc-shipping.php line 278
* @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.