Cartflows_Importer_Elementor_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-elementor-batch.php


			

Changelog

Changelog
Version Description
1.0.0 Introduced.