This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Admin Environment Colour Switcher

Description

Every get mixed up which WordPress enviroment you’re using?. Staging? production? local? QA? Every done loads of work in the
wrong enviroment that you then need to redo?

No More!

The plugin makes the wp-admin show as a different colour scheme depending on which enviroment you are using at the time. While falling back to the user selected colour scheme in producion

The enviroment is controlled the the constant WP_ENV which you cand efine anyway you want. You can work it out from the url,
maybe you use different files config files for differnt enviroments? Maybe you love ENVARS. Whatever works for you.

Installation

From Github
https://github.com/pbc-web/env_switch
Clone the directory into your mu-plugins. The plugin will be active automatically and start compressing new images as they are uploaded.

From ww.wp.xz.cn

  1. Upload env_swicth.php to the /wp-content/env_switch/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add the WP_ENV constant to your wp-config.php with one of “local”, “staging” or “production”

FAQ

Can I Change the colours?

Yes! the filter wp_env_colours will let you change which colour scheme is used.

Can I add Extra enviroments?

Yes! the filter wp_env_colours will let you add new enviroments

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP Admin Environment Colour Switcher” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

0.1

  • Initial Release