apply_filters( 'llms_plan_get_access_period_name', string $period , int $length , LLMS_Access_Plan $this )
Filter the translated name of an access plan’s billing period.
Parameters Parameters
- $period
-
(string) Translated period name.
- $length
-
(int) Access length, used for pluralization.
- $this
-
(LLMS_Access_Plan) Access plan instance.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.4.6 | Introduced. |