diff --git a/README.md b/README.md index c95a42eb..d6699874 100644 --- a/README.md +++ b/README.md @@ -497,6 +497,10 @@ the transient cache skips the database and simply wraps the WP Object Cache. $ wp transient delete --all Success: 14 transients deleted from the database. + # Delete all site transients. + $ wp transient delete --all --network + Success: 2 transients deleted from the database. + ### wp transient delete