get_schedule

get_schedule

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_schedule') is found 1 times:

  • /wp-includes/cron.php line 1148
    	 * @param string|false $schedule Schedule for the hook. False if not found.
    	 * @param string       $hook     Action hook to execute when cron is run.
    	 * @param array        $args     Arguments to pass to the hook's callback function.
    	 */
    	return apply_filters( 'get_schedule', $schedule, $hook, $args );
    }
    
    /**
     * Retrieves cron jobs ready to be run.
     *
     * Returns the results of _get_cron_array() limited to events ready to be run,