action_scheduler_failed_action, $action_id, $timeout

action_scheduler_failed_action, $action_id, $timeout

Hook Type: action

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

do_action('action_scheduler_failed_action, $action_id, $timeout') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php line 226
    		);
    
    		foreach ( $actions_to_reset as $action_id ) {
    			$this->store->mark_failure( $action_id );
    			do_action( 'action_scheduler_failed_action', $action_id, $timeout );
    		}
    	}
    
    	/**
    	 * Do all of the cleaning actions.
    	 *