apply_filters( 'llms_product_has_free_access_plan', bool $has_free_access_plan , LLMS_Product $product )
Filter whether the product has free access plans.
Parameters Parameters
- $has_free_access_plan
-
(bool) Whether the product
$product
has free access plans. - $product
-
(LLMS_Product) The LLMS_Product instance.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.37.17 | Introduced. |