Changeset 51955 for trunk/src/wp-includes/cron.php
- Timestamp:
- 10/29/2021 11:11:32 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r51916 r51955 1041 1041 * @since 5.4.0 The 'weekly' schedule was added. 1042 1042 * 1043 * @return array 1043 * @return array[] 1044 1044 */ 1045 1045 function wp_get_schedules() { … … 1068 1068 * @since 2.1.0 1069 1069 * 1070 * @param array $new_schedules An array of non-default cron schedules. Default empty.1070 * @param array[] $new_schedules An array of non-default cron schedule arrays. Default empty. 1071 1071 */ 1072 1072 return array_merge( apply_filters( 'cron_schedules', array() ), $schedules );
Note: See TracChangeset
for help on using the changeset viewer.