Main::init()

Include all required files and classes


Return Return

(void)


Top ↑

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();

		}

	}

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.