Opened 8 years ago
Closed 8 years ago
#37769 closed enhancement (fixed)
Clarify descriptions for Cron API functions
Reported by: | johnbillion | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Cron API | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
The $timestamp
parameter for the various WP-Cron functions expects a Unix timestamp (ie. UTC time), not a timestamp but this isn't made super clear.
In addition, the general inline docs for the cron functions needs some improvement.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
37769.patch does the following:
$timestamp
parameters expect a Unix timestamp.$event
parameter of theschedule_event
filter.