woocommerce_shipping_ . $this->id . _is_available, $available, $package, $this
woocommerce_shipping_ . $this->id . _is_available, $available, $package, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_shipping_ . $this->id . _is_available, $available, $package, $this') is found 1 times:
- /includes/abstracts/abstract-wc-shipping-method.php line 456
break; } } return apply_filters( 'woocommerce_shipping_' . $this->id . '_is_available', $available, $package, $this ); } /** * Get fee to add to shipping cost. * * @param string|float $fee Fee.