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 www.remarpro.com
- Upload
env_swicth.php
to the/wp-content/env_switch/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- 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.
ContributorsTranslate “WP Admin Environment Colour Switcher” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1
- Initial Release