We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519a46a commit 6a99b4bCopy full SHA for 6a99b4b
1 file changed
.wp-env.json
@@ -0,0 +1,23 @@
1
+{
2
+ "phpVersion": "8.3",
3
+ "multisite": true,
4
+ "plugins": [
5
+ "."
6
+ ],
7
+ "env": {
8
+ "tests": {
9
+ "config": {
10
+ "HTTP_HOST": "localhost"
11
+ }
12
+ },
13
+ "development": {
14
15
+ ".",
16
+ "https://downloads.wordpress.org/plugin/query-monitor.zip"
17
+ ]
18
19
20
+ "mappings": {
21
+ "wp-content/plugins/multisite-language-switcher": "."
22
23
+}
0 commit comments