woocommerce_is_downloadable, true === $this->get_downloadable(

woocommerce_is_downloadable, true === $this->get_downloadable(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_is_downloadable, true === $this->get_downloadable(') is found 1 times:

  • /includes/abstracts/abstract-wc-product.php line 1686
    	 *
    	 * @return bool
    	 */
    	public function is_downloadable() {
    		return apply_filters( 'woocommerce_is_downloadable', true === $this->get_downloadable(), $this );
    	}
    
    	/**
    	 * Checks if a product is virtual (has no shipping).
    	 *
    	 * @return bool