do_action( 'cron_unschedule_event_error', WP_Error $result , string $hook , array $v )
Fires when an error happens unscheduling a cron event.
Parameters
Source
File: wp-cron.php
.
View all references
do_action( 'cron_unschedule_event_error', $result, $hook, $v );
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |