Opened 21 months ago
Last modified 7 months ago
#18471 new enhancement
Add action hook after cron processed it's jobs
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Cron | Version: | 3.2.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | ott@…, wordpress@…, info@… |
Description
Sometimes it's hard to debug cron jobs or validate the results. A simple action fired after the wp-cron.php did his magic could help improve this experience.
Attachments (2)
Change History (7)
- Cc wordpress@… added
- Keywords has-patch added
I guess using the 'shutdown' hook wouldn't do, since you would need access to $jobs.
How about calling the hook 'did_cron' instead?
Version 0, edited 8 months ago
by scribu
(next)
Note: See
TracTickets for help on using
tickets.

Add action hook to wp-cron.php