action_scheduler_failed_execution

action_scheduler_failed_execution

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

do_action('action_scheduler_failed_execution') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php line 142
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
         * @param int       $action_id Action ID.
         * @param Exception $e         Exception instance.
         * @param string    $context   Execution context.
         */
        do_action( 'action_scheduler_failed_execution', $action_id, $e, $context );
    } else {
        /**
         * Runs when action validation fails.
         *
         * @param int       $action_id Action ID.
         * @param Exception $e         Exception instance.

See this hook used in plugins: