Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

WP Admin Environment Colour Switcher

Descripció

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.

Instal·lació

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 WordPress.org

  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”

PMF

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

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«WP Admin Environment Colour Switcher» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

0.1

  • Initial Release