wp-batch-processing
wp-batch-processing copied to clipboard
🚈 Easily process large batches of data in WordPress. Provide the data, setup the processing procedure, run the batch processor from the admin dashboard. Profit.
Hi, I am trying with simple delete post like this, but the batch keep running even reach 100%... Please check that...! public function setup() { $posts = get_posts( array( 'numberposts'...
This PR is in reference to this comment here: https://github.com/gdarko/wp-batch-processing/issues/16 I agree, a Restart option would be nice for longer batches in the event you make a code change to...
Hi, Really love this plugin, the only thing that stood out to me about the admin interface was it didn't have any time estimate for how long the process may...
It would be nice to be able to cancel an import and restart even if the current batch is not complete.
Hi, I need to run the batch process once daily. How can I add it with a cron job? Is there a hook that trigger running the batch process? If...
First of all, love your work on this plugin, its been very helpful... But I was wondering, is there a hook or something that I can use, to start an...
Your script is working great, thanks for awesome work :) Just a little suggestion, make your script standalone so it can be used with other plugins. Developer should have option...
In `WP_Batch_Processing_Ajax_Handler` change `dg_batch_item_error_message` filter for batch processing finished to this `dg_batch_item_finished_message`.
I hope this message finds you well. You have created such a great plugin. I am currently working with a custom plugin where I need to process a large volume...