woocommerce_is_downloadable, true === $this->get_downloadable(
woocommerce_is_downloadable, true === $this->get_downloadable(
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_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