LifterLMS::init()
Init LifterLMS when WordPress Initialises.
Description Description
Return Return
(void) [<description>]
Source Source
File: lifterlms.php
public function init() { do_action( 'before_lifterlms_init' ); if ( ! is_admin() ) { $this->person = new LLMS_Person(); } $this->engagements(); $this->notifications(); do_action( 'lifterlms_init' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: