wp_stateless_batch_task_failed
wp_stateless_batch_task_failed
Hook Type: action
See hook in action
Displaying hooks found in version: wp-stateless.4.1.2do_action('wp_stateless_batch_task_failed') is found 1 times:
- /lib/classes/batch/class-batch-task-manager.php line 203
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(); }