Wp cron schedule (WP-CLI)

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
$ wp help cron schedule

NAME

  wp cron schedule

DESCRIPTION

  Gets WP-Cron schedules.

SYNOPSIS

  wp cron schedule <command>

SUBCOMMANDS

  list      List available cron schedules.

EXAMPLES

    # List available cron schedules
    $ wp cron schedule list
    +------------+-------------+----------+
    | name       | display     | interval |
    +------------+-------------+----------+
    | hourly     | Once Hourly | 3600     |
    | twicedaily | Twice Daily | 43200    |
    | daily      | Once Daily  | 86400    |
    +------------+-------------+----------+

See also