get_schedule

get_schedule

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_schedule') is found 1 times:

  • /wp-includes/cron.php line 1149
    1145
    1146
    1147
    1148
    1149
    1150
    1151
    1152
    1153
    1154
    1155
         * @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,