A WordPress plugin that displays the environment and debug info in the toolbar.
If you have only one version of your site this plugin may not be useful to you.
Make sure every version of your site has its ENV defined in wp-config.php. We support both the new official WP_ENVIRONMENT_TYPE constant, and the community classic WP_ENV.
define( 'WP_ENVIRONMENT_TYPE', 'production' );
Found a bug? Anything you would like to ask, add or change? Please open an issue so we can talk about it.
Pull requests are welcome. Please try to match the current code formatting.
This plugin was developed with:
- PNPM
pnpm i
Command | Minification | Sourcemaps |
---|---|---|
pnpm gulp |
➖ | ✔️ |
pnpm gulp --env=prod |
✔️ | ➖ |