Remove/Hide Admin Toolbar
Remove/Hide Admin Toolbar
Description
Removing or requiring removal of the admin toolbar from display on the front end of your website is tedious. This plugin uses a built-in WordPress filter (show_admin_bar) to disable it globally.
Installation
- Add this plugin or upload the .zip file
- Activate plugin
Screenshots
Reviews
(Remove Admin Toolbar) is Second to None
By innusah74 on January 1, 2020
Brilliant - Used for years!
By SerialDan (thatfashion) on August 1, 2019
Awesome Worked Like Charm
By isabelk2j on February 15, 2018
show_admin_bar(false); added it to my theme function.php but it only worked for me as an admin but the user who registers on the website and has the Customer Role still sees the admin bar.
Long story short, BEST PLUGIN THAT TACKLED MY PROBLEM. Will continue to use this pluginRemoved The Toolbar!!!
By dholstein on February 11, 2018
Funciona!!!!
By kiwinho on October 24, 2017
Perfect!
By txeconvet on June 2, 2017
Perfect Plugin
By Dexary on May 23, 2017
Plugin works, but in-compatible with Maintenance plugin.
By HelloImChase on November 8, 2016
Works as it should but needs tiny update
By AJ Clarke (AJClarke) on September 3, 2016
That's correct the only thing you need is add_filter('show_admin_bar', '__return_false');
Plugins should look like this now: http://cl.ly/image/1E2g1m2e001a
Changelog
= 1.2.4
* Updating readme.md
= 1.2.3
* fixing version issue and retagging
= 1.2.2
* fixing gitlab link
= 1.2.1
* bumping version in readme.txt file
= 1.2.0
* bumping tested up to versions
* Added minimum PHP requirement for future update compatibility and testing footprint reduction
* added filter to allow for additional functionality (purrlydigital_remove_admin_toolbar)
* Changing company name (Maje Media is now Purrly Digital)
= 1.1.5
* Bumping tested up versions
= 1.1.4
* Tested up to WordPress 5.3
= 1.1.3
* Tested up to WordPress 5.2.2
* Changed name of Plugin displayed on WordPress.org repo
* Moved screenshots out of plugin and into /assets directory
1.1.2
- Tested up to WordPress 4.9
1.1.0
- Priority added for compatibility issues with other plugins
1.0.10
- Updated tested to WordPress version 4.7.1
1.0.9
- Updated tested to WordPress version 4.7.
1.0.8
- Updated tested to WordPress version 4.6.1.
1.0.7
- Updated tested to WordPress version.
1.0.6
- Fixed issue with PHP 5.2 errors due to newer array usage
- Updated tested to WordPress version.
1.0.4
- Updated version in main plugin php file
1.0.3
- Updated markdown in changelog section because markdown flavors
1.0.2
- Updated description
- added screenshots
1.0.1
- making code easier to read by renaming the main function
1.0.0
- Created plugin

