Cartflows_Importer_Divi_Batch::task( integer $post_id )
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
- $post_id
-
(integer) (Required) Post Id.
Return
(mixed)
Source
File: classes/importer/batch-process/class-cartflows-importer-divi-batch.php
Changelog
Version | Description |
---|---|
1.1.1 | Introduced. |