Gets WP-Cron schedules.
EXAMPLES 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 SUBCOMMANDS
Name | Description |
---|---|
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.