cron_unschedule_event_error

cron_unschedule_event_error

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('cron_unschedule_event_error') is found 1 times:

  • /wp-cron.php line 179
    				 * @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