LifterLMS::init_session()
Initializes an LLMS_Session() into the $session variable
Return Return
Source Source
File: class-lifterlms.php
* @return LLMS_Session */ public function init_session() { if ( is_null( $this->session ) ) { $this->session = new LLMS_Session(); } return $this->session;
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |