wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
pre_get_scheduled_event › WordPress Filter Hooks
Seit5.1.0
Veraltetn/v
› apply_filters( 'pre_get_scheduled_event', null, $hook, $args, $timestamp )
Parameter: (4) |
|
Definiert in: |
|
Codex: |
Filter to override retrieving a scheduled event.
Returning a non-null value will short-circuit the normal process, returning the filtered value instead.
Return false if the event does not exist, otherwise an event object should be returned.
Ähnliche Funktionen: wp_get_scheduled_event, wp_reschedule_event, wp_schedule_event, wp_unschedule_event, wp_get_schedule, wp_get_schedules
Ähnliche Hooks: pre_schedule_event, pre_reschedule_event, pre_unschedule_event, schedule_event, get_schedule