wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
pre_unschedule_event › WordPress Filter Hooks
Seit5.7.0
Veraltetn/v
› apply_filters( 'pre_unschedule_event', null, $timestamp, $hook, $args, $wp_error )
Parameter: (5) |
|
Definiert in: |
|
Codex: |
Filter to override unscheduling of events.
Returning a non-null value will short-circuit the normal unscheduling process, causing the function to return the filtered value instead.
For plugins replacing wp-cron, return true if the event was successfully unscheduled, false or a WP_Error if not.
Ähnliche Funktionen: wp_unschedule_event, wp_reschedule_event, wp_schedule_event, wp_get_scheduled_event, wp_schedule_single_event, wp_scheduled_delete
Ähnliche Hooks: pre_schedule_event, pre_reschedule_event, pre_get_scheduled_event, schedule_event, pre_unschedule_hook