woocommerce_product_has_options, true, $this
woocommerce_product_has_options, true, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_has_options, true, $this') is found 1 times:
- /includes/class-wc-product-variable.php line 678
* @since 3.0.0 * @return boolean */ public function has_options() { return apply_filters( 'woocommerce_product_has_options', true, $this ); } /* |-------------------------------------------------------------------------- | Sync with child variations.