https://github.com/chassis/local-dev
A WordPress plugin that will change the admin bar colour if you're using Chassis for local development
https://github.com/chassis/local-dev
Last synced: 7 days ago
JSON representation
A WordPress plugin that will change the admin bar colour if you're using Chassis for local development
- Host: GitHub
- URL: https://github.com/chassis/local-dev
- Owner: Chassis
- Created: 2014-12-13T04:34:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-13T04:41:39.000Z (over 11 years ago)
- Last Synced: 2025-03-11T00:06:09.023Z (over 1 year ago)
- Language: PHP
- Size: 168 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chassis Local Dev
=================
A WordPress plugin that will change the admin bar colour if you're using Chassis for local development. This plugin
checks if `WP_LOCAL_DEV` is set to `true` and changes the WordPress Admin Bar to purple.
You can define a custom colour if you don't like purple by defining a color for `CHASSIS_ADMIN_BAR_COLOUR`. e.g.
```php
define( 'CHASSIS_ADMIN_BAR_COLOUR', '#f15e22' );
define( 'CHASSIS_ADMIN_BAR_COLOUR', 'red' );
```
# Installation
1. Upload the [zip](https://github.com/Chassis/local-dev/archive/master.zip) and activate the plugin.
2. If you're using Chassis your WordPress Admin Bar will change colour.