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



cron_schedules › Filtr WordPress Hooks

Od2.1.0
Przestarzałyn/a
apply_filters( 'cron_schedules', array()
Parametry:
  • (array) $new_schedules { An array of non-default cron schedules keyed by the schedule name. Default empty array. @type array ...$0 { Cron schedule information. @type int $interval The schedule interval in seconds. @type string $display The schedule display name. } }
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the non-default cron schedules.





Źródło

return array_merge( apply_filters( 'cron_schedules', array() ), $schedules );