wpseek.com
A WordPress-centric search engine for devs and theme authors



get_schedule › WordPress Filter Hooks

Since5.1.0
Deprecatedn/a
apply_filters( 'get_schedule', $schedule, $hook, $args )
Parameters: (3)
  • (string|false) $schedule Schedule for the hook. False if not found.
    Required: Yes
  • (string) $hook Action hook to execute when cron is run.
    Required: Yes
  • (array) $args Arguments to pass to the hook's callback function.
    Required: Yes
Defined at:
Codex:

Filters the schedule name for a hook.





Source

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