wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



cron_schedules › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'cron_schedules', array()
Parameter:
  • (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. } }
    Erforderlich: Ja
Definiert in:
Codex:

Filters the non-default cron schedules.





Quellcode

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