Skip to content

WordPress plugin to differentiate wp-admin and admin bar styling for different deployment environments

Notifications You must be signed in to change notification settings

mattbeck/mb-admin-environments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MB Admin Environments

WordPress plugin to differentiate wp-admin and admin bar styling for different deployment environments

Usage

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');

About

WordPress plugin to differentiate wp-admin and admin bar styling for different deployment environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published