woocommerce_product_needs_shipping, ! $this->is_virtual(
woocommerce_product_needs_shipping, ! $this->is_virtual(
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_needs_shipping, ! $this->is_virtual(') is found 1 times:
- /includes/abstracts/abstract-wc-product.php line 1835
* * @return bool */ public function needs_shipping() { return apply_filters( 'woocommerce_product_needs_shipping', ! $this->is_virtual(), $this ); } /** * Returns whether or not the product is taxable. * * @return bool