LLMS_Add_On::is_licensed()
Determines if the add-on is licensed
Return Return
(bool)
Source Source
File: includes/models/model.llms.add-on.php
if ( ! $this->is_installable() ) { return false; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.22.0 | Introduced. |