LLMS_Access_Plan::is_visible()
Determine if the plan is visible Both featured and visible access plans are considered visible
Return Return
(boolean)
Source Source
File: includes/models/model.llms.access.plan.php
return ( 'hidden' !== $this->get_visibility() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |