llms_get_access_plan_visibility_options()

Get a list of available access plan visibility options


Return Return

(array)


Top ↑

Source Source

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

function llms_get_access_plan_visibility_options() {
	return apply_filters(
		'lifterlms_access_plan_visibility_options',
		array(
			'visible'  => __( 'Visible', 'lifterlms' ),
			'hidden'   => __( 'Hidden', 'lifterlms' ),
			'featured' => __( 'Featured', 'lifterlms' ),
		)
	);
}


Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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