cron_unschedule_event_error

cron_unschedule_event_error

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('cron_unschedule_event_error') is found 1 times:

  • /wp-cron.php line 179
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
         * @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_unschedule_event_error', $result, $hook, $v );
    }
     
    /**
     * Fires scheduled events.
     *
     * @ignore