Changeset 44375
- Timestamp:
- 12/30/2018 05:05:49 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r44374 r44375 62 62 * Return true if the event was scheduled, false if not. 63 63 * 64 * @since 5. 0.064 * @since 5.1.0 65 65 * 66 66 * @param null|bool $pre Value to return instead. Default null to continue adding the event. … … 253 253 * rescheduled, false if not. 254 254 * 255 * @since 5. 0.0255 * @since 5.1.0 256 256 * 257 257 * @param null|bool $pre Value to return instead. Default null to continue adding the event. … … 319 319 * unscheduled, false if not. 320 320 * 321 * @since 5. 0.0321 * @since 5.1.0 322 322 * 323 323 * @param null|bool $pre Value to return instead. Default null to continue unscheduling the event. … … 379 379 * if unscheduling one or more events fails. 380 380 * 381 * @since 5. 0.0381 * @since 5.1.0 382 382 * 383 383 * @param null|array $pre Value to return instead. Default null to continue unscheduling the event. … … 439 439 * if unscheduling one or more events fails. 440 440 * 441 * @since 5. 0.0441 * @since 5.1.0 442 442 * 443 443 * @param null|array $pre Value to return instead. Default null to continue unscheduling the hook. … … 484 484 * Retrieve the full event object for a given event. 485 485 * 486 * @since 5. 0.0486 * @since 5.1.0 487 487 * 488 488 * @param string $hook Action hook of the event. … … 508 508 * should be returned. 509 509 * 510 * @since 5. 0.0510 * @since 5.1.0 511 511 * 512 512 * @param null|bool $pre Value to return instead. Default null to continue retrieving the event. … … 552 552 * 553 553 * @since 2.1.0 554 * @since 5. 0.0 {@see 'pre_next_scheduled'} and {@see 'next_scheduled'} filters added.554 * @since 5.1.0 {@see 'pre_next_scheduled'} and {@see 'next_scheduled'} filters added. 555 555 * 556 556 * @param string $hook Action hook of the event. … … 569 569 * Pass the timestamp of the next event if it exists, false if not. 570 570 * 571 * @since 5. 0.0571 * @since 5.1.0 572 572 * 573 573 * @param null|bool $pre Value to return instead. Default null to continue unscheduling the event. … … 596 596 * Filter the next scheduled event timestamp. 597 597 * 598 * @since 5. 0.0598 * @since 5.1.0 599 599 * 600 600 * @param int|bool $next The UNIX timestamp when the scheduled event will next occur, or false if not found. … … 829 829 * 830 830 * @since 2.1.0 831 * @since 5. 0.0 {@see 'get_schedule'} filter added.831 * @since 5.1.0 {@see 'get_schedule'} filter added. 832 832 * 833 833 * @param string $hook Action hook to identify the event. … … 846 846 * Filter the schedule for a hook. 847 847 * 848 * @since 5. 0.0848 * @since 5.1.0 849 849 * 850 850 * @param string|bool $schedule Schedule for the hook. False if not found.
Note: See TracChangeset
for help on using the changeset viewer.