Changeset 45674 for trunk/src/wp-includes/cron.php
- Timestamp:
- 07/25/2019 10:44:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r45611 r45674 25 25 * {@see 'pre_schedule_event'} filter added to short-circuit the function. 26 26 * 27 * @link https:// codex.wordpress.org/Function_Reference/wp_schedule_single_event27 * @link https://developer.wordpress.org/reference/functions/wp_schedule_single_event/ 28 28 * 29 29 * @param int $timestamp Unix timestamp (UTC) for when to next run the event. … … 178 178 * {@see 'pre_schedule_event'} filter added to short-circuit the function. 179 179 * 180 * @link https:// codex.wordpress.org/Function_Reference/wp_schedule_event180 * @link https://developer.wordpress.org/reference/functions/wp_schedule_event/ 181 181 * 182 182 * @param int $timestamp Unix timestamp (UTC) for when to next run the event.
Note: See TracChangeset
for help on using the changeset viewer.