=== Toggle Toolbar === Contributors: conjur3r Tags: admin bar, toolbar, toggle Requires at least: 4.4.1 Tested up to: 4.4.1 Stable tag: 1601 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Easily toggle the WordPress Toolbar by adding commands to the end of your URL while logged in. == Description == As a logged in user, you can already control the visibility of the WordPress Toolbar when modifying your profile with the 'Show Toolbar when viewing site' option. This plugin lets you manage that option while viewing the public part of the site without visiting your profile page saving you a few steps. A few steps over the course of a year can be a considerable saving. To use, add the following to the end of your URL location: * **?hidebar** or **?nobar** to hide the Toolbar * **?showbar** or **?yesbar** to show the Toolbar If you have a ? in the URL already, swap it with a & This plugin differentiates itself by having a zero footprint. It does not leave any visible buttons, add any extra javascripts or CSS styles. It is also WordPress Network compatible - that is, you can enable it network wide. Collaborate, participate, or fork this plugin on [Github](https://github.com/zedzedzed/toggle-toolbar). == Installation == The normal plugin install process applies, that is search for `toggle toolbar` from your plugin screen or via the manual method: 1. Upload the `toggle-toolbar` folder into your `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == = 1601 = * Released: 27 January 2016 * First world release