Changeset 57106
- Timestamp:
- 11/11/2023 09:26:44 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r56553 r57106 207 207 * time has passed. 208 208 * 209 * Valid values for the recurrence are 'hourly', ' daily', and 'twicedaily'. These can210 * be extended using the {@see 'cron_schedules'} filter in wp_get_schedules().209 * Valid values for the recurrence are 'hourly', 'twicedaily', 'daily', and 'weekly'. 210 * These can be extended using the {@see 'cron_schedules'} filter in wp_get_schedules(). 211 211 * 212 212 * Use wp_next_scheduled() to prevent duplicate events.
Note: See TracChangeset
for help on using the changeset viewer.