Created
May 13, 2021 18:53
-
-
Save thetwopct/6adeecf63f242455b8fa9312fec65a83 to your computer and use it in GitHub Desktop.
wp-env JSON example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"core":null, | |
"phpVersion": "7.1", | |
"plugins":[ | |
"WordPress/WooCommerce", | |
"." | |
], | |
"themes":[ | |
"WordPress/storefront" | |
], | |
"config":{ | |
"WP_DEBUG_DISPLAY":true, | |
"WP_DEBUG":true, | |
"SCRIPT_DEBUG":true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment