mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-27 12:47:14 +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.
|
|
|
|
|