Rating: 5 stars
Remove Admin Toolbar does what it says. Excellent plugin and bug free. Try it and you will love it.
]]>Rating: 5 stars
The only one that I’ve found that 100% works and is simple!
I’ve used it for many years and on many sites. It’s usually the 2nd plugin I install.
Rating: 5 stars
I have tried several plugins to remove the Admin bar from frontend for other users on my client’s website and none worked until i tried using this plugin which did the work perfectly.
I have used 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 plugin
]]>Rating: 5 stars
Tried several plugins to remove the toolbar on my managed site and this one is the only one that worked.
]]>Rating: 5 stars
Después de buscar un montón de ellos, este va perfecto.
]]>Rating: 5 stars
I LOVE simple, easy to use, no-frills plugins and this one qualifies. Does exactly what I wanted. Nothing more, nothing less. Absolutely perfect!
Jack
]]>Rating: 5 stars
Works perfect, thank you!
]]>Rating: 4 stars
Plugin works correctly.
]]>Rating: 5 stars
That’s correct the only thing you need is add_filter(‘show_admin_bar’, ‘__return_false’);
Plugins should look like this now: https://cl.ly/image/1E2g1m2e001a
]]>Rating: 5 stars
It should be show_admin_bar(false)
. Into the functions.php. Why a plugin?