mirror of
https://gh.wpcy.net/https://github.com/wp-cli/handbook.git
synced 2026-04-30 13:18:20 +08:00
11 lines
204 B
Markdown
11 lines
204 B
Markdown
# wp cron
|
|
|
|
Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.
|
|
|
|
### EXAMPLES
|
|
|
|
# Test WP Cron spawning system
|
|
$ wp cron test
|
|
Success: WP-Cron spawning is working as expected.
|
|
|
|
|