Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #52655, comment 9


Ignore:
Timestamp:
03/25/2025 02:05:13 AM (9 months ago)
Author:
peterwilsoncc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52655, comment 9

    initial v1  
    11@jeffpaul, as discussed in Slack I think it would be good to include this as a short note in the field guide:
    22
    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.
    44
    55Feel free to edit for length or clarity if you wish.