Skip to content

Commit 24a99c6

Browse files
authored
Removing reference to network access limitation (#2311)
## Motivation for the change, related issues This page has reference to an old Playground limitation, to have access to network requests by default, this limitation was fixed at #2133 ## Implementation details This pull request removes the paragraph mention it at https://wordpress.github.io/wordpress-playground/developers/limitations <img width="895" alt="Screenshot 2025-06-30 at 19 20 38" src="https://github.com/user-attachments/assets/0af9bd82-65c7-44f9-bacf-05d7317ee1a9" />
1 parent 466f98f commit 24a99c6

File tree

1 file changed

+0
-4
lines changed
  • packages/docs/site/docs/developers/24-limitations

1 file changed

+0
-4
lines changed

packages/docs/site/docs/developers/24-limitations/01-index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ You can track the status of these issues on the [Playground Project board](https
1010

1111
## In the browser
1212

13-
### Access the Plugins, Themes, Blocks, or Patterns directories
14-
15-
Playground [disables network connections](/blueprints/data-format#features) by default, blocking access to wp.org assets (themes, plugins, blocks, or patterns) in `wp-admin`. You can still upload zipped plugin and theme files from your device or enable the option via the [Query API](/developers/apis/query-api#available-options) or [Blueprints API](/blueprints/troubleshoot-and-debug#review-common-gotchas).
16-
1713
### Temporary by design
1814

1915
As Playground [streams rather than serves](/about#streamed-not-served) WordPress, all database changes and uploads will be gone when you refresh the page. To avoid losing your work, either [export your work](/quick-start-guide#save-your-site) before or enable storage in the browser/device via the "Save" button found in the "Open Playground Manager" menu on the top left of the site.

0 commit comments

Comments
 (0)