apply_filters( 'llms_product_is_purchasable', bool $purchasable , LLMS_Product $product )
Filter whether the product is purchasable.
Parameters Parameters
- $purchasable
-
(bool) Whether the product
$product
is purchasable. - $product
-
(LLMS_Product) The LLMS_Product instance.