LLMS_Template_Loader::restricted_by_sitewide_membership( array $info )

Handle content restricted to a membership


Description Description

Parses and obeys Membership "Restriction Behavior" settings.


Top ↑

Parameters Parameters

$info

(array) (Required) Array of restriction info from llms_page_restricted().


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.template.loader.php

	 * @return void
	 */
	public function restricted_by_sitewide_membership( $info ) {


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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