WordPress plugin to differentiate wp-admin and admin bar styling for different deployment environments
Defines the following environment types:
- development
- production
- sandbox
- staging
- test
Assigning the admin message to be displayed can be done through the admin GUI, or in code as follows:
define('MB_ADMIN_ENVIRONMENT_FAVICON', '{URL_TO_YOUR_FAVICON}');
define('MB_ADMIN_ENVIRONMENT_TYPE', 'development');
define('MB_ADMIN_ENVIRONMENT_MESSAGE', 'This is a development environment');