wp cron schedule <command>

Gets WP-Cron schedules.

In this article

Examples

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

Subcommands

NameDescription
wp cron schedule list

List available cron schedules.

Command documentation is regenerated at every release. To add or update an example, please submit a pull request against the corresponding part of the codebase.