cron_reschedule_event_error

cron_reschedule_event_error

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('cron_reschedule_event_error') is found 1 times:

  • /wp-cron.php line 152
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
             * @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 ) ) {