We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5e13d commit a9dc8b1Copy full SHA for a9dc8b1
README.md
@@ -463,7 +463,7 @@ network|site cache, please see docs for `wp transient`.
463
$ wp transient delete --all --network
464
Success: 2 transients deleted from the database.
465
466
- # Delete all transients in a multsite.
+ # Delete all transients in a multisite.
467
$ wp transient delete --all --network && wp site list --field=url | xargs -n1 -I % wp --url=% transient delete --all
468
469
0 commit comments