EnvBeacon is a lightweight WordPress plugin designed for development teams managing multiple WordPress environments (local, staging, production). It displays a color-coded notice bar in the WordPress admin bar, making it instantly clear which environment youβre working on.
Perfect for preventing:
β Accidentally modifying content on live sites
β Publishing changes to staging instead of live
β Confusion when switching between environments
To set up the plugin:
example.com)stg|staging|stage|qa|dev-staginglocalhost|127.0.0.1|.local|.testDefault Patterns:
stg|staging|stage|qa|dev-staginglocalhost|127.0.0.1|.local|.testCustom Pattern Examples:
example.com β Simple string match*.example.com β Wildcard (matches staging.example.com, qa.example.com, etc.)staging|stage|qa β Regex alternation (matches any of these words)Once activated and configured, the EnvBeacon will:
No further configuration needed!
For support, questions, or feature requests, please visit the plugin support forum or check the documentation in the settings page.
The plugin includes detailed URL pattern syntax help in the settings page to guide you through configuration.
This plugin is licensed under the GPL v2 or later.
Built for development teams who need clear environment indication.