wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



cron_reschedule_event_error › WordPress Action Hooks

Da6.1.0
Deprecaton/a
do_action( 'cron_reschedule_event_error', $result, $hook, $v )
Parametri: (3)
  • (WP_Error) $result The WP_Error object.
    Richiesto:
  • (string) $hook Action hook to execute when the event is run.
    Richiesto:
  • (array) $v Event data.
    Richiesto:
Definito a:
Codex:

Fires when an error happens rescheduling a cron event.





Sorgenti

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