From ad03358e2a2af4e9e8525dde53ce8584d1c88b65 Mon Sep 17 00:00:00 2001 From: Marcus Quinn <6428977+marcusquinn@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:27:12 +0000 Subject: [PATCH] fix: address PR #81 review feedback in Playground-Testing.md (issue #98) (#102) --- .wiki/Playground-Testing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.wiki/Playground-Testing.md b/.wiki/Playground-Testing.md index 9c281d7..79f9b69 100644 --- a/.wiki/Playground-Testing.md +++ b/.wiki/Playground-Testing.md @@ -102,7 +102,9 @@ In a WordPress multisite environment, there are two ways to activate plugins: 1. **Network Activation**: Activates a plugin for all sites in the network * In the WordPress admin, go to Network Admin > Plugins * Click "Network Activate" under the plugin - * Or use WP-CLI: `wp plugin activate plugin-name --network` (for installed plugins), or `wp plugin install plugin-name --activate-network` (to install and activate) + * Or use WP-CLI: + * For plugins already installed: `wp plugin activate plugin-name --network` + * To install and activate in one step: `wp plugin install plugin-name --activate-network` 2. **Per-Site Activation**: Activates a plugin for a specific site * In the WordPress admin, go to the specific site's admin area