cron_schedules

cron_schedules

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('cron_schedules') is found 1 times:

  • /wp-includes/cron.php line 1116
    1112
    1113
    1114
    1115
    1116
    1117
    1118
    1119
    1120
    1121
    1122
         *         @type string $display  The schedule display name.
         *     }
         * }
         */
        return array_merge( apply_filters( 'cron_schedules', array() ), $schedules );
    }
     
    /**
     * Retrieves the name of the recurrence schedule for an event.
     *
     * @see wp_get_schedules() for available schedules.

See this hook used in plugins:

Examples using cron_schedules