WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about cron_reschedule_event_error

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-cron.php do_action 149 /**
* Fires when an error happens rescheduling 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.