woocommerce/tools/create-extension/._wp-env.json

14 lines
258 B
JSON
Raw Normal View History

{
"phpVersion": "7.4",
"core": null,
"plugins": [
"https://downloads.wordpress.org/plugin/woocommerce.6.3.1.zip",
"."
],
"config": {
"JETPACK_AUTOLOAD_DEV": true,
"WP_DEBUG_LOG": true,
"WP_DEBUG_DISPLAY": true,
"ALTERNATE_WP_CRON": true
}
}