Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #57487, comment 3


Ignore:
Timestamp:
01/18/2023 01:58:39 AM (2 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57487, comment 3

    v1 v2  
    33Yea, this is somewhat similar to setting `WP_ENVIRONMENT_TYPE` to `development`. However the "environment types" functionality doesn't seem to be particularly useful for setting development mode. It seems unclear and harder to use, and buggy in some cases. The `setenv` and `getenv` functions don't seem to be enabled or to work reliably in some cases.
    44
    5 Another very big disadvantage there is that setting WP_ENVIRONMENT_TYPE to 'local' means it cannot be set to 'development' and vice-versa. That makes the whole functionality pretty useless.
     5Another very big disadvantage there is that setting WP_ENVIRONMENT_TYPE to 'local' means it cannot be set to 'development' and vice-versa. Unfortunately that makes the whole functionality not particularly useful.