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.
2 parents 4d5e13d + a9dc8b1 commit 205c004Copy full SHA for 205c004
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