Private Admin Bar
A simple way to makes your Admin Bar hidden for non-logged users but visible for you.
Maintenance 20/1004255d since update
Active installs
0
Downloads
804
Reviews
0
Age
11.7y
Plugin info
Total downloads: 804
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/30/2014 (4255 days ago)
Added to WordPress: 6/30/2014 (11 years old)
Minimum WordPress version: f
Tested up to WordPress version: 3.9.40
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4255 days ago
20/100
Is Private Admin Bar abandoned?
Possibly abandoned (last update 4255 days ago).
Compatibility
Requires WordPress: f
Tested up to: 3.9.40
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
No similar plugins found yet.
Description
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’);
Installation
- Upload the
private_admin_bardirectory to the/wp-content/plugins/directory of your site or just through the ’Plugins’ menu in WordPress. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Enjoy your admin bar when nobody else can do.
Frequently Asked Questions
No FAQ available
Review feed
No reviews available
Screenshots
No screenshots available
Changelog
No changelog available