Main::init()
Include all required files and classes
Contents
Return Return
(void)
Source Source
File: libraries/lifterlms-cli/src/Main.php
public function init() { // Only load if we have the minimum LifterLMS version installed & activated. if ( function_exists( 'llms' ) && version_compare( '5.0.0', llms()->version, '<=' ) ) { $this->hooks(); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
[version | Introduced. |