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 b663d43 commit a6639b0Copy full SHA for a6639b0
src/Transient_Command.php
@@ -36,6 +36,10 @@
36
* # Delete all transients.
37
* $ wp transient delete --all
38
* Success: 14 transients deleted from the database.
39
+ *
40
+ * # Delete all site transients.
41
+ * $ wp transient delete --all --network
42
+ * Success: 2 transients deleted from the database.
43
*/
44
class Transient_Command extends WP_CLI_Command {
45
0 commit comments