LLMS_Access_Plan::get_visibility()
Get the access plans visibility setting
Return Return
(string)
Source Source
File: includes/models/model.llms.access.plan.php
$term = $this->get_terms( 'llms_access_plan_visibility', true ); $ret = ( $term && $term->name ) ? $term->name : 'visible'; return apply_filters( 'llms_get_access_plan_visibility', $ret, $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |