apply_filters( 'llms_plan_get_price', mixed $ret , string $key , array $price_args , string $format , LLMS_Access_Plan $this )
Filter the access plan’s price.
Parameters Parameters
- $ret
-
(mixed) Returned price.
- $key
-
(string) The key of the price property.
- $price_args
-
(array) Price arguments.
- $format
-
(string) Price format string.
- $this
-
(LLMS_Access_Plan) Instance of the access plan.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.40.0 | Introduced. |