=== WP Environment Label === Contributors: konradwww Tags: label, environment Requires at least: 3.0.1 Requires PHP: 5.2.4 Tested up to: 4.8 Stable tag: 1.0 License: GPLv2 or later WP Environment Label - shows label with current server/environment name defined by config setting or admin-panel setting. == Description == WP Environment Label shows on the frontside and in admin panel small label in the right bottom corner of screen. You can define name over config variable 'WP_ENVIRONMENT_LABEL'. If you do not have access to config settings alternative you can do it over plugin settings section. == Installation == Upload the WP Environment Label plugin to your blog, Activate it, then set in your wp-config.php: define('WP_ENVIRONMENT_LABEL', 'YOUR_LABEL_NAME'); == Changelog == 1.0 - First public release