LLMS_Install::dispatch_db_updates()
Dispatches the bg updater
Contents
Return Return
(void)
Source Source
File: includes/class.llms.install.php
public static function dispatch_db_updates() { self::$background_updater->save()->dispatch(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.4.3 | Introduced. |