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

Fires when an error happens unscheduling a cron event.


Parameters

$result

(WP_Error) The WP_Error object.

$hook

(string) Action hook to execute when the event is run.

$v

(array) Event data.


Source

File: wp-cron.php

View on GitHub


Changelog

Changelog
Version Description
6.1.0 Introduced.