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



get_schedule › WordPress Filter Hooks

Da5.1.0
Deprecaton/a
apply_filters( 'get_schedule', $schedule, $hook, $args )
Parametri: (3)
  • (string|false) $schedule Schedule for the hook. False if not found.
    Richiesto:
  • (string) $hook Action hook to execute when cron is run.
    Richiesto:
  • (array) $args Arguments to pass to the hook's callback function.
    Richiesto:
Definito a:
Codex:

Filters the schedule name for a hook.





Sorgenti

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