Title: Contextual Adminbar Color
Author: Jb Audras
Published: <strong>25 Nofeembar, 2019</strong>
Last modified: 27 Nofeembar, 2025

---

Raadi kaabayaal

![](https://ps.w.org/contextual-adminbar-color/assets/banner-772x250.png?rev=2201208)

![](https://ps.w.org/contextual-adminbar-color/assets/icon-256x256.png?rev=2201208)

# Contextual Adminbar Color

 Qore [Jb Audras](https://profiles.wordpress.org/audrasjb/)

[Soo Rog](https://downloads.wordpress.org/plugin/contextual-adminbar-color.0.3.1.zip)

 * [Faahfaahin](https://so.wordpress.org/plugins/contextual-adminbar-color/#description)
 * [Dibu-eegisyo](https://so.wordpress.org/plugins/contextual-adminbar-color/#reviews)
 *  [Rakibaad](https://so.wordpress.org/plugins/contextual-adminbar-color/#installation)
 * [Horumarinta](https://so.wordpress.org/plugins/contextual-adminbar-color/#developers)

 [Taageero](https://wordpress.org/support/plugin/contextual-adminbar-color/)

## Sharraxaad

This plugins provides custom admin bar colors to differentiate environments (staging,
preprod, production). It’s really **easy to use** and **developer-friendly**.

The plugin provides a settings screen which several options:

 * choose between several color predefined schemes.
 * use a favicon to better differentiate your environments in your browser’s tabs.
 * add a custom message in your admin bar, like “Production website”, “staging version”
   or whatever your want.
 * choose the user roles that will see the color scheme (other roles will see the
   default admin bar).

It also offers few PHP constants you can use in your `wp-config.php` file (see Frequently
Asked Questions below).

Since WordPress Core will probably deprecate alternate admin color schemes in mid-
term, this plugin is meant to be use by those who rely on colors to know is they
are in staging, preproduction or production environment.

Last but not least, all provided color schemes are accessibility-ready!

## Sawir-shaashado

 * [[
 * Plugin settings screen.
 * [[
 * Use favicons to differentiate your browser tabs.
 * [[
 * Front-end rendering.

## Rakibaad

 1. Activate the plugin.
 2. Good to Tools > Adminbar settings to configure the plugin.
 3. Save your changes and enjoy 🙂

## SBI

### How to use the PHP constant in wp-config.php?

Use `CONTEXTUAL_ADMINBAR_COLOR` to force color scheme.
 Accepted values: `blue`,`
red`, `green`, `purple`, `orange` and `darkgray`. Example: `define( 'CONTEXTUAL_ADMINBAR_COLOR','
purple' );`

Use `CONTEXTUAL_ADMINBAR_MESSAGE` to force your custom admin bar message to display.

Accepted values: any valid string. Example: `define( 'CONTEXTUAL_ADMINBAR_MESSAGE','
This is the staging website' );`

 * `CONTEXTUAL_ADMINBAR_FAVICON` to force a favicon.
    Accepted values: `0` (don’t
   force a color based favicon) or `1` (force WordPress Admin to use the favicon
   that is related to your selected color scheme). Example: `define( 'CONTEXTUAL_ADMINBAR_FAVICON',
   1 );`
 * `CONTEXTUAL_ADMINBAR_SETTINGS` to remove the settings screen from WordPress Admin,
   and manage the plugin’s settings only within the `wp-config.php` file.
    Accepted
   values: `0` (remove the settings screen) or `1` (keep it). Example: `define( '
   CONTEXTUAL_ADMINBAR_SETTINGS', 0 )`

## Dibu-eegisyo

![](https://secure.gravatar.com/avatar/233d778d8aa6296afee9174e88034408e4d30655e0b437748825b5e030e65e1c?
s=60&d=retro&r=g)

### 󠀁[Très pratique !](https://wordpress.org/support/topic/tres-pratique-78/)󠁿

 [Jean-BriceM](https://profiles.wordpress.org/jean-bricem/) 8 Janaayo, 2025

Présent sur toutes mes sites en pre-prod ! 🙂

![](https://secure.gravatar.com/avatar/34f6c789ee6d7cb85d1642d91d7fbe62532b8089872214a8a60c8e00b001f17a?
s=60&d=retro&r=g)

### 󠀁[highly useful](https://wordpress.org/support/topic/highly-useful-10/)󠁿

 [omeld](https://profiles.wordpress.org/omeld/) 14 Sebteembar, 2022

and unobtrusive

![](https://secure.gravatar.com/avatar/aa1577ab2b2325af74f2bae3ba9662b306a7450d9ab89b4c64686dcdad8e5472?
s=60&d=retro&r=g)

### 󠀁[Just what I needed](https://wordpress.org/support/topic/just-what-i-needed-1133/)󠁿

 [evaldash](https://profiles.wordpress.org/evaldash/) 3 Sebteembar, 2021

Works as expected, would be great if compatibility with recent Wordpress versions
were checked, since it’s a really useful and simple plugin. Thanks!

![](https://secure.gravatar.com/avatar/d69da20f14fa214c641c199d6ea0e140fa03567ca58cf4429eda37b6394f7511?
s=60&d=retro&r=g)

### 󠀁[Exactly what I was looking for](https://wordpress.org/support/topic/exactly-what-i-was-looking-for-488/)󠁿

 [martinjosef](https://profiles.wordpress.org/martinjosef/) 5 Febraayo, 2021

This is so much appreciated, I built my own very bad version of this and ran with
it for years. It works exactly as I hoped it would. Thanks!

![](https://secure.gravatar.com/avatar/0049c2e599fd19e1ba5c5e752c713f79b4bae3ddd883a2b38987d1213f21c3a4?
s=60&d=retro&r=g)

### 󠀁[Makes my life much better knowing exactly where I am](https://wordpress.org/support/topic/makes-my-life-much-better-knowing-exactly-where-i-am/)󠁿

 [Dirk Tornow](https://profiles.wordpress.org/smings/) 23 Janaayo, 2021

Such a great helper! It gives me the safety to know exactly which environment I 
work on without having to worry. Sometimes things look just alike in your DEV, STAGE
and PROD environment. And with this little plugin, it is immediately obvious which
environment you work in. And it also works on WP 5.6 – just checked…

![](https://secure.gravatar.com/avatar/ec6a49f01b047a37da956a20ebc3f4097c99fc4f559c9be8fecce6b38a758acd?
s=60&d=retro&r=g)

### 󠀁[Simple and very usefull!](https://wordpress.org/support/topic/simple-and-very-usefull-5/)󠁿

 [Pedro Mendonça](https://profiles.wordpress.org/pedromendonca/) 5 Febraayo, 2020

Really enjoy this plugin. It’s simple and well integrated with WordPress admin UI.
I really like the optional configuration through wp-config.php. After configuring
it once in wp-config.php, I won’t ever need to reconfigure because it doesn’t loose
settings on importing settings (eg. staging <-> production). Great job @audrasjb!

 [ Akhri dhammaan 8 dibu-eegis ](https://wordpress.org/support/plugin/contextual-adminbar-color/reviews/)

## Ka-qaybgalayaasha & Horumariyayaasha

“Contextual Adminbar Color” waa softiweer il furan. Dadka soo socda ayaa wax ku 
biiriyay kaabahan.

Ka-qaybgalayaasha

 *   [ Jb Audras ](https://profiles.wordpress.org/audrasjb/)
 *   [ Whodunit ](https://profiles.wordpress.org/whodunitagency/)

“Contextual Adminbar Color” waxaa lagu tarjumay 2 luqadood. Way ku mahadsan yihiin
[turjumaannada](https://translate.wordpress.org/projects/wp-plugins/contextual-adminbar-color/contributors)
ka-qaybqaadashadooda.

[Ku tarjun “Contextual Adminbar Color” luqaddaada.](https://translate.wordpress.org/projects/wp-plugins/contextual-adminbar-color)

### Ma xiisaynaysaa horumarinta?

[Baadh koodka](https://plugins.trac.wordpress.org/browser/contextual-adminbar-color/),
fiiri [bakhaarka SVN](https://plugins.svn.wordpress.org/contextual-adminbar-color/),
ama iska qor [diiwaanka horumarinta](https://plugins.trac.wordpress.org/log/contextual-adminbar-color/)
adigoo adeegsanaya [RSS](https://plugins.trac.wordpress.org/log/contextual-adminbar-color/?limit=100&mode=stop_on_copy&format=rss).

## Isbeddellada

#### 0.3.1

 * Adds option to switch back to default color scheme.

#### 0.3

 * Fixes security issues, thanks to the WordPress Plugin/Security team.

#### 0.2

 * Plugin initial version, now on WordPress.org!

#### 0.1

 * Plugin initial version, only released on GitHub.

## Meta

 *  Version **0.3.1**
 *  Last updated **6 bil kahor**
 *  Active installations **500+**
 *  WordPress version ** 5.4 ama ka sareeya **
 *  Tested up to **6.9.4**
 *  PHP version ** 5.6 ama ka sareeya **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/contextual-adminbar-color/), [French (France)](https://fr.wordpress.org/plugins/contextual-adminbar-color/),
   and [Portuguese (Portugal)](https://pt.wordpress.org/plugins/contextual-adminbar-color/).
 *  [Ku tarjun luqaddaada](https://translate.wordpress.org/projects/wp-plugins/contextual-adminbar-color)
 * Tags
 * [adminbar](https://so.wordpress.org/plugins/tags/adminbar/)[color](https://so.wordpress.org/plugins/tags/color/)
   [environment](https://so.wordpress.org/plugins/tags/environment/)[scheme](https://so.wordpress.org/plugins/tags/scheme/)
 *  [Aragti Sare](https://so.wordpress.org/plugins/contextual-adminbar-color/advanced/)

## Qiimeynta

 5 out of 5 stars.

 *  [  8 5-star reviews     ](https://wordpress.org/support/plugin/contextual-adminbar-color/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/contextual-adminbar-color/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/contextual-adminbar-color/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/contextual-adminbar-color/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/contextual-adminbar-color/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/contextual-adminbar-color/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/contextual-adminbar-color/reviews/)

## Ka-qaybgalayaasha

 *   [ Jb Audras ](https://profiles.wordpress.org/audrasjb/)
 *   [ Whodunit ](https://profiles.wordpress.org/whodunitagency/)

## Taageero

Ma heysaa waxaad dhahdo? Caawimaad ma u baahan tahay?

 [Eeg madasha taageerada](https://wordpress.org/support/plugin/contextual-adminbar-color/)