LLMS_Access_Plan::set_visibility( string $visibility )

Update the visibility term for the access plan


Parameters Parameters

$visibility

(string) (Required) access plan name


Top ↑

Source Source

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

		return $this->set_terms( array( $visibility ), 'llms_access_plan_visibility', false );
	}


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.