LLMS_Install::init_background_updater()
Initializes the bg updater class
Description Description
Return Return
(void)
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; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.4.3 | Introduced. |