Simplify WordPress Playground multisite blueprint with manual activation instructions

This commit is contained in:
2025-04-22 00:43:05 +01:00
parent 6eb7b2c4e3
commit b10ea120cd
4 changed files with 15 additions and 71 deletions

View File

@@ -106,7 +106,10 @@ The easiest way to test our plugin with WordPress Playground is to use the onlin
1. Single site testing: [Open in WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/blueprint.json&_t=4)
2. Multisite testing: [Open in WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/multisite-blueprint.json&_t=13)
2. Multisite testing: [Open in WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/multisite-blueprint.json&_t=14)
- After WordPress loads, go to Settings > General
- Scroll down and check "Allow network access" and "Create a multisite network"
- Click "Apply Settings & Reset Playground"
These links will automatically set up WordPress with a sample plugin installed and activated.