LLMS_Install::dispatch_db_updates()
Dispatches the bg updater Prevents small database updates from displaying the “updating” admin notice instead of the “completed” notice These small updates would finish on a second thread faster than the main thread and the wrong notice would be displayed
Description Description
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. |