Title: Private Admin Bar
Author: lundgren2
Published: <strong>30. Juni 2014</strong>
Last modified: 30. Juni 2014

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/private-admin-bar.svg)

# Private Admin Bar

 By [lundgren2](https://profiles.wordpress.org/lundgren2/)

[Download](https://downloads.wordpress.org/plugin/private-admin-bar.zip)

 * [Details](https://de-ch.wordpress.org/plugins/private-admin-bar/#description)
 * [Reviews](https://de-ch.wordpress.org/plugins/private-admin-bar/#reviews)
 *  [Installation](https://de-ch.wordpress.org/plugins/private-admin-bar/#installation)
 * [Development](https://de-ch.wordpress.org/plugins/private-admin-bar/#developers)

 [Support](https://wordpress.org/support/plugin/private-admin-bar/)

## 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

 1. Upload the `private_admin_bar` directory to the `/wp-content/plugins/` directory
    of your site or just through the ’Plugins’ menu in WordPress.
 2. Activate the plugin through the ‚Plugins‘ menu in WordPress.
 3. Enjoy your admin bar when nobody else can do.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Private Admin Bar” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ lundgren2 ](https://profiles.wordpress.org/lundgren2/)

[Translate “Private Admin Bar” into your language.](https://translate.wordpress.org/projects/wp-plugins/private-admin-bar)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/private-admin-bar/),
check out the [SVN repository](https://plugins.svn.wordpress.org/private-admin-bar/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/private-admin-bar/)
by [RSS](https://plugins.trac.wordpress.org/log/private-admin-bar/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.0**
 *  Last updated **12 Jahren ago**
 *  Active installations **Fewer than 10**
 *  Tested up to **3.9.40**
 *  Language
 * [English (US)](https://wordpress.org/plugins/private-admin-bar/)
 *  [Advanced View](https://de-ch.wordpress.org/plugins/private-admin-bar/advanced/)

## Ratings

Es wurden noch keine Rezensionen eingereicht.

[Your review](https://wordpress.org/support/plugin/private-admin-bar/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/private-admin-bar/reviews/)

## Contributors

 *   [ lundgren2 ](https://profiles.wordpress.org/lundgren2/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/private-admin-bar/)