This plugin does not activate then disable the admin bar you have to jump through hoops.
]]>Users will be confused about the options concerning the admin bar in their profile if you’re always hiding the admin bar.
I’d suggest adding a tr.show-admin-bar {display:none;} when viewing your profile.
]]>Hello,
Any chance it would be possible to include the removal of this if a new update of this plugin comes out?
https://24design.net/wp-content/uploads/2010/12/show-admin-bar.png
Best regards,
Cor van Noorloos
]]>I noticed that just removing the ‘wp_admin_bar_init’ action doesn’t fully disable the admin bar. In admin-header.php, the class ‘admin-bar’ still gets added to the the body tag which results in a 28px padding getting added to the top of the body.
A more effective way to remove the admin bar would be:
add_filter(‘show_admin_bar’, ‘__return_false’);
Hope that helps.
]]>