woocommerce_product_backorders_allowed, ( yes === $this->get_backorders(
woocommerce_product_backorders_allowed, ( yes === $this->get_backorders(
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_backorders_allowed, ( yes === $this->get_backorders(') is found 1 times:
- /includes/abstracts/abstract-wc-product.php line 1881
* * @return bool */ public function backorders_allowed() { return apply_filters( 'woocommerce_product_backorders_allowed', ( 'yes' === $this->get_backorders() || 'notify' === $this->get_backorders() ), $this->get_id(), $this ); } /** * Returns whether or not the product needs to notify the customer on backorder. * * @return bool