LLMS_Access_Plan::is_featured()
Determine if the plan is marked as “featured”
Return Return
(boolean)
Source Source
File: includes/models/model.llms.access.plan.php
return ( 'featured' === $this->get_visibility() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |