WC_Product_Grouped::is_purchasable()
Returns false if the product cannot be bought.
Description Description
Return Return
(bool)
Source Source
File: includes/class-wc-product-grouped.php
public function is_purchasable() { return apply_filters( 'woocommerce_is_purchasable', false, $this ); }