wpseek.com
A WordPress-centric search engine for devs and theme authors
pre_get_scheduled_event › WordPress Filter Hooks
Since5.1.0
Deprecatedn/a
› apply_filters( 'pre_get_scheduled_event', null, $hook, $args, $timestamp )
Parameters: (4) |
|
Defined at: |
|
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.
Related Functions: wp_get_scheduled_event, wp_reschedule_event, wp_schedule_event, wp_unschedule_event, wp_get_schedule, wp_get_schedules
Related Hooks: pre_schedule_event, pre_reschedule_event, pre_unschedule_event, schedule_event, get_schedule