wpseek.com
A WordPress-centric search engine for devs and theme authors



cron_reschedule_event_error › WordPress Action Hooks

Since6.1.0
Deprecatedn/a
do_action( 'cron_reschedule_event_error', $result, $hook, $v )
Parameters: (3)
  • (WP_Error) $result The WP_Error object.
    Required: Yes
  • (string) $hook Action hook to execute when the event is run.
    Required: Yes
  • (array) $v Event data.
    Required: Yes
Defined at:
Codex:

Fires when an error happens rescheduling a cron event.





Source

do_action( 'cron_reschedule_event_error', $result, $hook, $v );