wpseek.com
A WordPress-centric search engine for devs and theme authors
pre_reschedule_event › WordPress Filter Hooks
Since5.1.0
Deprecatedn/a
› apply_filters( 'pre_reschedule_event', null, $event )
Parameters: (2) |
|
Defined at: |
|
Codex: |
Filter to preflight or hijack rescheduling of events.
Returning a non-null value will short-circuit the normal rescheduling process, causing the function to return the filtered value instead.
For plugins replacing wp-cron, return true if the event was successfully rescheduled, false if not.
Related Functions: wp_reschedule_event, wp_schedule_event, wp_unschedule_event, wp_get_scheduled_event, wp_schedule_single_event, wp_scheduled_delete