apply_filters( 'llms_get_product_access_plans', array $plans , LLMS_Product $product , bool $free_only , bool $visbile_only )
Filter the product’s access plans
Description Description
Parameters Parameters
- $plans
-
An array of LLMS_Access_Plan instances related to the product
$product
. - $product
-
The LLMS_Product instance.
- $free_only
-
Whether or not to include the free access plans only.
- $visbile_only
-
Whether or not to exclude the hidden access plans.
Source Source
File: includes/models/model.llms.product.php