Cartflows_Importer_Beaver_Builder_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-beaver-builder-batch.php


			


Changelog

Changelog
Version Description
1.1.1 Introduced.