Fix Hello Dolly plugin installation errors in WordPress Playground blueprints

This commit is contained in:
2025-04-22 13:53:01 +01:00
parent 920b1a0a7d
commit 189d0de673
7 changed files with 12 additions and 36 deletions

View File

@@ -77,10 +77,6 @@
"resource": "wordpress.org/plugins",
"slug": "hello-dolly"
}
},
{
"step": "wp-cli",
"command": "wp plugin activate hello-dolly"
}
]
};
@@ -111,16 +107,9 @@
"step": "wp-cli",
"command": "wp plugin install plugin-toggle --activate-network"
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "hello-dolly"
}
},
{
"step": "wp-cli",
"command": "wp plugin activate hello-dolly --network"
"command": "wp plugin install hello-dolly"
}
]
};