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.2.3

do_action('action_scheduler_failed_execution') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php line 128
    			 * @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: