wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



cron_unschedule_event_error › WordPress Action Hooks

Seit6.1.0
Veraltetn/v
do_action( 'cron_unschedule_event_error', $result, $hook, $v )
Parameter: (3)
  • (WP_Error) $result The WP_Error object.
    Erforderlich: Ja
  • (string) $hook Action hook to execute when the event is run.
    Erforderlich: Ja
  • (array) $v Event data.
    Erforderlich: Ja
Definiert in:
Codex:

Fires when an error happens unscheduling a cron event.





Quellcode

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