This plugin is outdated and might not be supported anymore
Private Admin Bar

Private Admin Bar

Details
View on WordPress

A simple way to makes your Admin Bar hidden for non-logged users but visible for you.

You can also add the code to your functions.php if you don’t want the plugin:

// Hide Admin Bar for non-logged users function hide_admin_bar() { if( is_user_logged_in() ){ return true; }else{ return false;
} }

add_filter(‘show_admin_bar’, ‘hide_admin_bar’);

Details

Plugin code:
private-admin-bar
Plugin version:
1.0
Outdated:
Yes
WP version:
or higher
PHP version:
or higher
Test up to WP version:
3.9.40
Total installations:
0
Last updated:
2014-06-30
Rating:
Times rated:
0