wpseek.com
A WordPress-centric search engine for devs and theme authors
pre_clear_scheduled_hook › WordPress Filter Hooks
Since5.7.0
Deprecatedn/a
› apply_filters( 'pre_clear_scheduled_hook', null, $hook, $args, $wp_error )
Parameters: (4) |
|
Defined at: |
|
Codex: |
Filter to override clearing a scheduled hook.
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 the number of events successfully unscheduled (zero if no events were registered with the hook) or false or a WP_Error if unscheduling one or more events fails.
Related Functions: wp_clear_scheduled_hook, wp_unschedule_hook, wp_next_scheduled, wp_get_schedule, wp_get_scheduled_event, _deprecated_hook