Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function wpf_restart_batch() {
- if ( ! wp_fusion()->batch->process->is_queue_empty() && ! wp_fusion()->batch->process->is_process_running() ) {
- wp_fusion()->batch->process->dispatch();
- }
- }
- add_action( 'wp_ajax_wpf_batch_status', 'wpf_restart_batch', 5 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement