apply_filters( 'llms_access_plan_get_initial_price', mixed $ret , array $price_args , LLMS_Coupon|int|null $coupon , string $format , LLMS_Access_Plan $this )
Filter an access plan’s initial price due on checkout.
Parameters Parameters
- $ret
-
(mixed) Price due on checkout.
- $price_args
-
(array) Arguments passed to the price getter function to generate the price.
- $coupon
-
(LLMS_Coupon|int|null) Coupon ID, object, 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. |