Add network-activated plugin to WordPress Playground multisite blueprint

This commit is contained in:
2025-04-22 01:20:14 +01:00
parent d0b42262a4
commit 78e2929b27
4 changed files with 26 additions and 6 deletions

View File

@@ -12,6 +12,10 @@
{
"step": "wp-cli",
"command": "wp site create --slug=testsite"
},
{
"step": "wp-cli",
"command": "wp plugin install hello-dolly --activate-network"
}
]
}