LLMS_Install::init_background_updater()

Initializes the bg updater class


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.install.php

	public static function init_background_updater() {

		self::$background_updater = new LLMS_Background_Updater();
	}


Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Removed loading of class files that don't instantiate their class in favor of autoloading.
5.2.0 Use LLMS_PLUGIN_DIR to include required class file.
3.6.0 Unknown.
3.4.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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