cron_reschedule_event_error

cron_reschedule_event_error

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('cron_reschedule_event_error') is found 1 times:

  • /wp-cron.php line 152
    					 * @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.
    					 */
    					do_action( 'cron_reschedule_event_error', $result, $hook, $v );
    				}
    			}
    
    			$result = wp_unschedule_event( $timestamp, $hook, $v['args'], true );
    
    			if ( is_wp_error( $result ) ) {