hyyan / sidebar-highlight
This package is abandoned and no longer maintained.
No replacement package was suggested.
Small Wordpress plugin to hightlight all sidebars when wordpress customize mode is enabled
Package info
github.com/hyyan/sidebar-highlight
Type:wordpress-plugin
pkg:composer/hyyan/sidebar-highlight
0.3
2014-12-22 19:17 UTC
Requires
- php: >=5.3.2
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2020-01-20 04:01:46 UTC
README
Small Wordpress plugin to hightlight all sidebars when wordpress customize mode is enabled
How to install
Classical way
- Download the plugin as zip archive and then upload it to your wordpress plugins folder and extract it there.
- Activate the plugin from your admin panel
Composer way
- run composer command :
composer require hyyan/sidebar-highlight
How to use
Just go to customize page and the plugin will be active by default , you can also disable it from customize page to go back to real preview.
Contributing
Everyone is welcome to help contribute and improve this plugin. There are several ways you can contribute:
- Reporting issues (please read issue guidelines)
- Suggesting new features
- Writing or refactoring code
- Fixing issues