wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
pre_reschedule_event › WordPress Filter Hooks
Seit5.7.0
Veraltetn/v
› apply_filters( 'pre_reschedule_event', null, $event, $wp_error )
Parameter: (3) |
|
Definiert in: |
|
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.
Ähnliche Funktionen: wp_reschedule_event, wp_schedule_event, wp_unschedule_event, wp_get_scheduled_event, wp_schedule_single_event, wp_scheduled_delete