LLMS_Install::dispatch_db_updates()
Dispatches the bg updater
Description Description
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.
Return Return
(void)
Source Source
File: includes/class.llms.install.php
Changelog Changelog
Version | Description |
---|---|
3.4.3 | Introduced. |