For those of us who do not like the new admin bar in WordPress 3.1, here is a quick 1 line (2 with a comment) fix for removing it:
// Remove the admin bar from displaying…everywhere
add_filter(‘show_admin_bar’, ‘__return_false’);
For those of us who do not like the new admin bar in WordPress 3.1, here is a quick 1 line (2 with a comment) fix for removing it:
// Remove the admin bar from displaying…everywhere
add_filter(‘show_admin_bar’, ‘__return_false’);