llms_get_access_plan_period_options()

Retrieve available options for access plan periods


Return Return

(array)


Top ↑

Source Source

File: includes/functions/llms-functions-access-plans.php

function llms_get_access_plan_period_options() {
	return apply_filters(
		'llms_get_access_plan_period_options',
		array(
			'year'  => __( 'Year', 'lifterlms' ),
			'month' => __( 'Month', 'lifterlms' ),
			'week'  => __( 'Week', 'lifterlms' ),
			'day'   => __( 'Day', 'lifterlms' ),
		)
	);
}


Top ↑

Changelog Changelog

Changelog
Version Description
3.29.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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