There was an error while loading. Please reload this page.
1 parent e847830 commit 8e9ee0bCopy full SHA for 8e9ee0b
README.md
@@ -497,6 +497,10 @@ the transient cache skips the database and simply wraps the WP Object Cache.
497
$ wp transient delete --all
498
Success: 14 transients deleted from the database.
499
500
+ # Delete all site transients.
501
+ $ wp transient delete --all --network
502
+ Success: 2 transients deleted from the database.
503
+
504
505
506
### wp transient delete
0 commit comments