do_action( 'cron_reschedule_event_error', WP_Error $result, string $hook, array $v )

Fires when an error happens rescheduling a cron event.


Parameters

$result

The WP_Error object.

$hook

Action hook to execute when the event is run.

$v

Event data.


Source

File: wp-cron.php

View on GitHub


Changelog

Changelog
Version Description
6.1.0 Introduced.