LLMS_Access_Plan::set_visibility( string $visibility )
Update the visibility term for the access plan
Parameters Parameters
- $visibility
-
(string) (Required) access plan name
Source Source
File: includes/models/model.llms.access.plan.php
return $this->set_terms( array( $visibility ), 'llms_access_plan_visibility', false ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |