woocommerce_product_has_options, false, $this
woocommerce_product_has_options, false, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_has_options, false, $this') is found 1 times:
- /includes/abstracts/abstract-wc-product.php line 1980
* @since 3.0.0 * @return boolean */ public function has_options() { return apply_filters( 'woocommerce_product_has_options', false, $this ); } /* |-------------------------------------------------------------------------- | Non-CRUD Getters |--------------------------------------------------------------------------