Fix Hello Dolly plugin installation in WordPress Playground blueprints

This commit is contained in:
2025-04-22 02:11:57 +01:00
parent 1089ea491a
commit 13d2f92ee5
6 changed files with 15 additions and 13 deletions

View File

@@ -25,7 +25,7 @@
},
{
"step": "wp-cli",
"command": "wp plugin activate hello-dolly --network"
"command": "wp plugin install hello-dolly --activate-network"
}
]
}