Changeset 37542 for trunk/src/wp-includes/cron.php
- Timestamp:
- 05/23/2016 06:58:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r37518 r37542 63 63 * 64 64 * Valid values for the recurrence are hourly, daily and twicedaily. These can 65 * be extended using the cron_schedulesfilter in wp_get_schedules().65 * be extended using the {@see 'cron_schedules'} filter in wp_get_schedules(). 66 66 * 67 67 * Use wp_next_scheduled() to prevent duplicates … … 364 364 * 365 365 * The supported recurrences are 'hourly' and 'daily'. A plugin may add more by 366 * hooking into the 'cron_schedules'filter. The filter accepts an array of366 * hooking into the {@see 'cron_schedules'} filter. The filter accepts an array of 367 367 * arrays. The outer array has a key that is the name of the schedule or for 368 368 * example 'weekly'. The value is an array with two keys, one is 'interval' and
Note: See TracChangeset
for help on using the changeset viewer.