llms_helper_options()
Retrieve the LLMS_Helper_Options singleton
Return Return
Source Source
File: libraries/lifterlms-helper/includes/functions-llms-helper.php
function llms_helper_options() {
return LLMS_Helper_Options::instance();
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |