Action hook 'cron_reschedule_event_error'

in WP Core File wp-cron.php at line 152

Description

Fires when an error happens rescheduling a cron event.

Occurrences

Filename Line Number
wp-cron.php 152

Parameters

Type Name Description
WP_Error $result The WP_Error object.
string $hook Action hook to execute when the event is run.
array $v Event data.

PHP Doc

/**
					 * Fires when an error happens rescheduling a cron event.
					 *
					 * @since 6.1.0
					 *
					 * @param WP_Error $result The WP_Error object.
					 * @param string   $hook   Action hook to execute when the event is run.
					 * @param array    $v      Event data.
					 */