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.
Description Description
Parameters Parameters
- $period
-
Translated period name.
- $length
-
Access length, used for pluralization.
- $this
-
Access plan instance.
Source Source
File: includes/models/model.llms.access.plan.php
Changelog Changelog
Version | Description |
---|---|
3.4.6 | Introduced. |