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



get_schedule › WordPress Filter Hooks

Seit5.1.0
Veraltetn/v
apply_filters( 'get_schedule', $schedule, $hook, $args )
Parameter: (3)
  • (string|false) $schedule Schedule for the hook. False if not found.
    Erforderlich: Ja
  • (string) $hook Action hook to execute when cron is run.
    Erforderlich: Ja
  • (array) $args Arguments to pass to the hook's callback function.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the schedule name for a hook.





Quellcode

return apply_filters( 'get_schedule', $schedule, $hook, $args );