Advertisement
verygoodplugins

Untitled

Feb 4th, 2020
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. function wpf_restart_batch() {
  2.  
  3.     if ( ! wp_fusion()->batch->process->is_queue_empty() && ! wp_fusion()->batch->process->is_process_running() ) {
  4.         wp_fusion()->batch->process->dispatch();
  5.     }
  6.  
  7. }
  8.  
  9. add_action( 'wp_ajax_wpf_batch_status', 'wpf_restart_batch', 5 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement