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.


Top ↑

Source Source

File: includes/models/model.llms.access.plan.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.4.6 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.