Description
AdminbarButton is a very simple plugin that hides the bar and adds a small button @ bottom of the site that allows you to show/hide it if it gets in your way as it sometimes can! *|Warning this plugin is wrapped with option(s) free packaging*| http://autoloadmanager.shawnsandy.com/2013/04/23/wordpress-hide-adminbar-button/
Customize
You can customize the button by adding the following css selector to your stylesheet, this example move it the fifty pixels form the bottom right –
#hide-wpadminbar.custom {
bottom: 50;
right 0;
}
Readme Generator
This Readme file was generated using wp-readme, which generates readme files for WordPress Plugins.
Installation
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
Contributors & Developers
“Hide Adminbar Button” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Hide Adminbar Button” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
Version 0.1 added user login check to enqueue scripts action.
Version 0.1 First Commit thats it simple.