wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



schedule_event › Filtr WordPress Hooks

Od3.1.0
Przestarzałyn/a
apply_filters( 'schedule_event', $event )
Parametry:
  • (object|false) $event { An object containing an event's data, or boolean false to prevent the event from being scheduled. @type string $hook Action hook to execute when the event is run. @type int $timestamp Unix timestamp (UTC) for when to next run the event. @type string|false $schedule How often the event should subsequently recur. @type array $args Array containing each separate argument to pass to the hook's callback function. @type int $interval Optional. The interval time in seconds for the schedule. Only present for recurring events. }
    Wymagane: Tak
Zdefiniowane na:
Codex:

Modify an event before it is scheduled.





Źródło

$event = apply_filters( 'schedule_event', $event );