WP_Background_Process_Cartflows_Sync_Library::task( object $object )
Task
Description
Override this method to perform any actions required on each queue item. Return the modified item for further processing in the next pass through. Or, return false to remove the item from the queue.
Parameters
- $object
-
(object) (Required) Queue item object.
Return
(mixed)
Source
File: classes/importer/batch-process/helpers/class-wp-background-process-cartflows-sync-library.php
Changelog
Version | Description |
---|---|
x.x.x | Introduced. |