Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Main::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: libraries/lifterlms-cli/src/Main.php
62 63 64 65 66 67 68 69 70 71 | private function __construct() { if ( ! defined( 'LLMS_CLI_VERSION' ) ) { define( 'LLMS_CLI_VERSION' , $this ->version ); } // Get started (after REST). add_action( 'plugins_loaded' , array ( $this , 'init' ) ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
0.0.1 | Introduced. |