apply_filters( 'llms_access_plan_get_initial_price', mixed $ret , array $price_args , int|null $coupond_id , string $format , LLMS_Access_Plan $this )
Filter an access plan’s initial price due on checkout.
Description Description
Parameters Parameters
- $ret
-
(mixed) Price due on checkout.
- $price_args
-
(array) Arguments passed to the price getter function to generate the price.
- $coupond_id
-
(int|null) LLMS_Coupon ID or
null
if no coupon is being used. - $format
-
(string) Format the price to be returned. Options: html, raw, float (default).
- $this
-
(LLMS_Access_Plan) Access Plan object.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.30.1 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: