cron_schedules

cron_schedules

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('cron_schedules') is found 1 times:

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