wpseek.com
A WordPress-centric search engine for devs and theme authors
pre_reschedule_event › WordPress Filter Hooks
Since5.7.0
Deprecatedn/a
› apply_filters( 'pre_reschedule_event', null, $event, $wp_error )
Parameters: (3) |
|
Defined at: |
|
Codex: |
Filter to override rescheduling of a recurring event.
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 or a WP_Error if not.
Related Functions: wp_reschedule_event, wp_schedule_event, wp_unschedule_event, wp_get_scheduled_event, wp_schedule_single_event, wp_scheduled_delete