Changes between Initial Version and Version 1 of Ticket #52655, comment 9
- Timestamp:
- 03/25/2025 02:05:13 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52655, comment 9
initial v1 1 1 @jeffpaul, as discussed in Slack I think it would be good to include this as a short note in the field guide: 2 2 3 > Introduce a new filter of the same name to `wp_next_scheduled()`. This allows plugin developers to modify the timestamp of the next scheduled event for a given wp-cron job. The full event object, hook name and arguments are provided as additional arguments for this filter.3 > Cron API: Introduce a new filter of the same name to `wp_next_scheduled()`. This allows plugin developers to modify the timestamp of the next scheduled event for a given wp-cron job. The full event object, hook name and arguments are provided as additional arguments for this filter. 4 4 5 5 Feel free to edit for length or clarity if you wish.