apply_filters( 'llms_get_product_access_plans_args', array $args , LLMS_Product $product , bool $free_only , bool $visbile_only )
Filter the product’s access plan query args.
Parameters Parameters
- $args
-
(array) Query args.
- $product
-
(LLMS_Product) The LLMS_Product instance.
- $free_only
-
(bool) Whether or not to include the free access plans only.
- $visbile_only
-
(bool) Whether or not to exclude the hidden access plans.