WP 5.5 now includes support for a WP_ENVIRONMENT_TYPE
constant. It can take the values of development
, staging
, or production
.
Any thoughts about adding define( 'WP_ENVIRONMENT_TYPE', 'development' );
to the default wp-config.php that is created by Local?
as of 5.5.1, released on September 1st, there will be a fourth environment type, local
.
I would consider using that instead of development
.
We definitely are on the way for getting this included. If you’d like to follow along, here is the the link to the public feature request:
https://localwp.canny.io/feature-requests/p/return-local-for-wpgetenvironmenttype-in-wp-55
afragen
4
Also, the next version of Local Development plugin will have the ability to set this new constant.
1 Like
afragen
5
develop
branch also will display environment type setting in admin bar when site is in Local.