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



get_schedule › Filtr WordPress Hooks

Od5.1.0
Przestarzałyn/a
apply_filters( 'get_schedule', $schedule, $hook, $args )
Parametry: (3)
  • (string|false) $schedule Schedule for the hook. False if not found.
    Wymagane: Tak
  • (string) $hook Action hook to execute when cron is run.
    Wymagane: Tak
  • (array) $args Arguments to pass to the hook's callback function.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the schedule name for a hook.





Źródło

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