woocommerce_product_has_options, false, $this

woocommerce_product_has_options, false, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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
    	|--------------------------------------------------------------------------