diff --git a/.wp-env.json b/.wp-env.json index b922e25..cc432cc 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,9 +1,7 @@ { "core": "./tools/local/wordpress", "mappings": { - "wp-content": "./tools/local/wp-content" - }, - "plugins": [ - "." - ] + "wp-content": "./tools/local/wp-content", + "wp-content/plugins/contact-form-7-extras": "." + } }