LLMS_Background_Updater::is_updating()
Returns true if the updater is running
Contents
Return Return
(boolean)
Source Source
File: includes/class.llms.background.updater.php
public function is_updating() { return ( false === $this->is_queue_empty() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.4.3 | Introduced. |