#45797 closed enhancement (fixed)
Add function for getting "ready" cron jobs with preflight filter for hijacking.
| Reported by: | peterwilsoncc | Owned by: | peterwilsoncc |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.1 |
| Component: | Cron API | Version: | |
| Severity: | normal | Keywords: | has-patch has-dev-note |
| Cc: | Focuses: |
Description
Add the function wp_get_ready_cron_jobs() to return jobs ready to be run (with a timestamp in the past) with a preflight filter to allow plugins to use a custom cron storage mechanism.
This is to round out the functionality of #32656 to allow custom cron storage while making use of Core's system for spawning jobs.
Attachments (2)
Change History (7)
#2
@
8 years ago
- Owner set to
- Status new → assigned
45797.2.diff adds @since tags to the docblocks following Pento's code review and commit approval.
#5
@
6 years ago
- Keywords has-dev-note added; needs-dev-note removed
This was detailed in the following dev note: https://make.wordpress.org/core/2019/01/23/cron-api-changes-in-wordpress-5-1/
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is fine to commit to finish off #32656.