Private Admin Bar

Created by: Tobias Lundgren

Rating:
Downloaded: 606 times

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’);

Screenshots

    Categories

    Get New Themes & Resources