do_action( 'bigcommerce/import/marked_deleted', int $count, int[] $posts_to_delete )

Summary

Triggered when a batch of posts have been marked for deletion, due to removal from the BigCommerce store, or the disconnection of a channel


Parameters

$count

(int) The number of deletions added to the queue

$posts_to_delete

(int[]) The IDs of the posts that will be deleted


Source

File: src/BigCommerce/Import/Processors/Deleted_Product_Marker.php



User Contributed Notes

You must log in before being able to contribute a note or feedback.