Main::init()

Include all required files and classes


Return Return

(void)


Top ↑

Source Source

File: libraries/lifterlms-cli/src/Main.php

129
130
131
132
133
134
135
136
137
138
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();
 
    }
 
}

Top ↑

Changelog Changelog

Changelog
Version Description
[version Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.