woocommerce_is_purchasable, false, $this
woocommerce_is_purchasable, false, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_is_purchasable, false, $this') is found 2 times:
- /includes/class-wc-product-external.php line 154
* @access public * @return bool */ public function is_purchasable() { return apply_filters( 'woocommerce_is_purchasable', false, $this ); } /** * Get the add to url used mainly in loops. * * @access public - /includes/class-wc-product-grouped.php line 85
* * @return bool */ public function is_purchasable() { return apply_filters( 'woocommerce_is_purchasable', false, $this ); } /** * Returns the price in html format. * * @param string $price (default: '').