Description
Fires when an error happens unscheduling a cron event.
Occurrences
Filename | Line Number |
---|---|
wp-cron.php | 179 |
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 unscheduling 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.
*/