wp_stateless_batch_task_failed

wp_stateless_batch_task_failed

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wp-stateless.4.0.4

do_action('wp_stateless_batch_task_failed') is found 1 times:

  • /lib/classes/batch/class-batch-task-manager.php line 189
          do_action('wp_stateless_batch_task_started', $class, $file);
        } catch (\Throwable $e) {
          Helper::log("Batch task $class failed to start: " . $e->getMessage());
    
          do_action('wp_stateless_batch_task_failed', $class, $file, $e->getMessage());
    
          return;
        }
    
        $this->dispatch();
      }
    

See this hook used in plugins: