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.
Description Description
Parameters Parameters
- $ret
-
Returned price.
- $key
-
The key of the price property.
- $price_args
-
Price arguments.
- $format
-
Price format string.
- $this
-
Instance of the access plan.
Source Source
File: includes/models/model.llms.access.plan.php
Changelog Changelog
Version | Description |
---|---|
3.40.0 | Introduced. |