wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_schedule › Les Filtres WordPress

Depuis5.1.0
Dépréciéen/a
apply_filters( 'get_schedule', $schedule, $hook, $args )
Paramètres: (3)
  • (string|false) $schedule Schedule for the hook. False if not found.
    Requis: Oui
  • (string) $hook Action hook to execute when cron is run.
    Requis: Oui
  • (array) $args Arguments to pass to the hook's callback function.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the schedule name for a hook.





Source

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