LLMS_Install::init_background_updater()

Initializes the bg updater class


Description Description


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.install.php

	public static function init_background_updater() {

		include_once dirname( __FILE__ ) . '/class.llms.background.updater.php';
		self::$background_updater = new LLMS_Background_Updater;

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.4.3 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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