LLMS_Helper_Add_On::is_licensed()
Determines if the add-on is licensed
Return Return
(bool)
Source Source
File: libraries/lifterlms-helper/includes/models/class-llms-helper-add-on.php
public function is_licensed() { return ( false !== $this->find_license() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |