LLMS_Access_Plan::get_access_period_name( string $period = null, int $length = null )
Get the translated and pluralized name of the plan’s access period
Description Description
Parameters Parameters
- $period
-
(Optional) (optional) untranslated access period, if not supplied uses stored value for the plan.
Default value: null
- $length
-
(Optional) (optional) access length (for pluralization), if not supplied uses stored value for the plan.
Default value: null
Return Return
(string)
Source Source
File: includes/models/model.llms.access.plan.php
Changelog Changelog
Version | Description |
---|---|
3.4.6 | Introduced. |