Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomjn/local-indicator
A WordPress plugin that indicates the current server used via a colour coded IP in the top admin bar for super admins, useful for telling Live and Local dev environments apart
https://github.com/tomjn/local-indicator
Last synced: 16 days ago
JSON representation
A WordPress plugin that indicates the current server used via a colour coded IP in the top admin bar for super admins, useful for telling Live and Local dev environments apart
- Host: GitHub
- URL: https://github.com/tomjn/local-indicator
- Owner: tomjn
- Created: 2012-02-16T12:41:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T15:08:36.000Z (over 1 year ago)
- Last Synced: 2024-10-10T03:02:58.538Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Local Indicator ===
Contributors: TJNowell
Donate link: http://www.tomjn.com
Tags: admin, development, maintenance
Requires at least: 3.3
Tested up to: 3.5.1
Stable tag: 1.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlA fast way of seeing which machine a WordPress install is running on.
== Description ==
An easy way of telling apart different installs of WordPress ( e.g. live/production/local ) via the admin bar. Super admins see a colour coded machine name in the admin bar, with an IP submenu. Mobiles will see a colour coded square dot
== Installation ==
1. Upload `local-indicator.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress== Upgrade Notice ==
= 1.6 =
- Switched to add_node
- Added PHP version to submenu
- Added the hostname to the submenu for when in mobile view
- Added a LOCALINDICATOR_ALWAYS_SHOWING define option
- Added a LOCALINDICATOR_TEXT define option ( filters take precedence )= 1.5 =
- Fixed responsive view
- Flattened and removed text shadows to fit in with MP6
- Strict warning fixes