File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -497,6 +497,10 @@ the transient cache skips the database and simply wraps the WP Object Cache.
497497 $ wp transient delete --all
498498 Success: 14 transients deleted from the database.
499499
500+ # Delete all site transients.
501+ $ wp transient delete --all --network
502+ Success: 2 transients deleted from the database.
503+
500504
501505
502506### wp transient delete
Original file line number Diff line number Diff line change 3636 * # Delete all transients.
3737 * $ wp transient delete --all
3838 * 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.
3943 */
4044class Transient_Command extends WP_CLI_Command {
4145
You can’t perform that action at this time.
0 commit comments