LLMS_Background_Updater::task( string $callback )
Processes an item in the queue
Description Description
Parameters Parameters
- $callback
-
(Required) name of the callback function to execute
Return Return
(mixed) false removes item from the queue truthy (callback function name) leaves it in the queue for further processing
Source Source
File: includes/class.llms.background.updater.php
Changelog Changelog
Version | Description |
---|---|
3.4.3 | Introduced. |