action_scheduler_failed_validation

action_scheduler_failed_validation

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('action_scheduler_failed_validation') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php line 137
    			 * @param int       $action_id Action ID.
    			 * @param Exception $e         Exception instance.
    			 * @param string    $context   Execution context.
    			 */
    			do_action( 'action_scheduler_failed_validation', $action_id, $e, $context );
    		}
    	}
    
    	/**
    	 * Schedule the next instance of the action if necessary.
    	 *