Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-cron.php | do_action | 176 | /** * 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. */ |
Hook Parameters
Parameter 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. |