Title: WP Hide Dashboard
Author: Drew Jaynes
Published: <strong>2008년 10월 20일</strong>
Last modified: 2015년 1월 19일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/wp-hide-dashboard.svg)

# WP Hide Dashboard

 작성자: [Drew Jaynes](https://profiles.wordpress.org/drewapicture/)

[다운로드](https://downloads.wordpress.org/plugin/wp-hide-dashboard.2.2.1.zip)

 * [세부사항](https://ko.wordpress.org/plugins/wp-hide-dashboard/#description)
 * [평가](https://ko.wordpress.org/plugins/wp-hide-dashboard/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/wp-hide-dashboard/#installation)
 * [개발](https://ko.wordpress.org/plugins/wp-hide-dashboard/#developers)

 [지원](https://wordpress.org/support/plugin/wp-hide-dashboard/)

## 설명

A simple plugin that removes the Dashboard menu, the Personal Options section and
the Help link on the Profile page, hides the Dashboard links in the toolbar menu(
if activated), and prevents Dashboard access to users assigned to the _Subscriber_
role. Useful if you allow your subscribers to edit their own profiles, but don’t
want them wandering around your WordPress admin section.

Users belonging to any of the other WordPress roles will continue to see and have
access to the other sections of the WordPress admin that correspond to their role’s
capabilities.

WP Hide Dashboard has been tested with WordPress in Single mode and Multisite mode,
and works with both of them.

**Note: Version 2.2 requires a minimum of WordPress 3.4. If you are running a version
less than that, please upgrade your WordPress install before installing or upgrading.**

#### Works With:

The following is a list of plugins that work well (no conflicts) with the WP Hide
Dashboard plugin:

 * [Members](https://wordpress.org/extend/plugins/members/) by Justin Tadlock
 * [Admin Bar Minimiser](https://wordpress.org/extend/plugins/admin-bar-minimiser/)
   by David Gwyer
 * [Logged Out Admin Bar](https://wordpress.org/extend/plugins/logged-out-admin-bar/)
   by Peter Westwood

#### Known Conflicts:

The following is a list of plugins that are known to have conflicts with the WP 
Hide Dashboard plugin:

 * [Role Manager](http://www.im-web-gefunden.de/wordpress-plugins/role-manager/)(
   Use the [IWG Hide Dashboard](http://www.im-web-gefunden.de/wordpress-plugins/iwg-hide-dashboard/)
   plugin to hide the dashboard link.)
 * [Role Scoper](https://wordpress.org/extend/plugins/role-scoper/)
 * [Flutter](https://wordpress.org/extend/plugins/fresh-page/)

Note: Please let me know if there are other plugins that conflict with WP Hide Dashboard,
and I’ll add them to the list.

#### Support:

Support is provided at: http://wphidedash.org/

## 스크린샷

 * [[
 * WordPress 3.5 default Subscribers profile page and public-facing site (Single)
 * [[
 * WordPress 3.5 Subscribers profile page and public-facing site with WP Hide Dashboard
   activated (Single)
 * [[
 * WordPress 3.5 default Subscribers profile page and public-facing site (Multisite)
 * [[
 * WordPress 3.5 Subscribers profile page and public-facing site with WP Hide Dashboard
   activated (Multisite)

## 설치

#### Installation Instructions:

This plugin works in either the `/wp-content/plugins/` or the `/wp-content/mu-plugins/`
directory.

If installing the plugin in the `/wp-content/plugins/` directory:

 1. Download the plugin and unzip it to a folder on your computer.
 2. Upload the entire `wp-hide-dashboard` folder to that directory.
 3. Activate the plugin through the Plugins section in WordPress.
 4. That’s it – no configuration necessary.

If installing the plugin in the `/wp-content/mu-plugins/` directory:

 1. Download the plugin and unzip it to a folder on your computer.
 2. Upload the wp-hide-dashboard.php file to the `/wp-content/mu-plugins/` directory.
 3. The plugin will automatically run � there is no activation or configuration needed.

## FAQ

  Installation Instructions

#### Installation Instructions:

This plugin works in either the `/wp-content/plugins/` or the `/wp-content/mu-plugins/`
directory.

If installing the plugin in the `/wp-content/plugins/` directory:

 1. Download the plugin and unzip it to a folder on your computer.
 2. Upload the entire `wp-hide-dashboard` folder to that directory.
 3. Activate the plugin through the Plugins section in WordPress.
 4. That’s it – no configuration necessary.

If installing the plugin in the `/wp-content/mu-plugins/` directory:

 1. Download the plugin and unzip it to a folder on your computer.
 2. Upload the wp-hide-dashboard.php file to the `/wp-content/mu-plugins/` directory.
 3. The plugin will automatically run � there is no activation or configuration needed.

  Q. Why did you remove support for other roles from Version 2.1?

I removed support for menu items for roles other than Subscriber. WP Hide Dashboard
is a simple plugin, and was built for the Subscriber role. While I appreciate that
some users need this type of functionality for other roles, most don’t require it,
so I don’t want to bloat the plugin with unnecessary code for the majority of users.

If you need to hide admin sidebar menu links from roles other than Subscriber, I
recommend using the [Admin Menu Editor plugin](https://wordpress.org/extend/plugins/admin-menu-editor/)
to accomplish that goal. Currently it only removes links in the admin sidebar menu.
The plugin author has indicated they may add support for removing admin bar menu
links in a future version.

  Q. How do I change this to hide the Dashboard link, Tools menu, Personal Options,
and Help options from other roles besides Subscriber?

A. Sorry, I no longer support this plugin working for any role other than Subscriber.

## 후기

![](https://secure.gravatar.com/avatar/fac02b4523bc289d905bd826af27caf1c36369fafdf0d48c7ce3172480e920f7?
s=60&d=retro&r=g)

### 󠀁[Works](https://wordpress.org/support/topic/works-366/)󠁿

 [cherryaustin](https://profiles.wordpress.org/cherryaustin/) 2016년 10월 7일 답글
2개

I ended up hiding the toolbar from non-contributors thus:- /* hide toolbar from 
subscribers */ add_action('after_setup_theme', 'remove_admin_bar'); function remove_admin_bar(){
if ( ! current_user_can( 'edit_posts' ) ) { show_admin_bar( false ); } } but I still
need Kim’s plugin to ensure that subscribers looking for my admin area can only 
see a minimal profile page. Good stuff 🙂

![](https://secure.gravatar.com/avatar/8665de9d64b89c443dd37c03c7def3788f5c5fab2b696bc81bb4705d0fa238f9?
s=60&d=retro&r=g)

### 󠀁[Greast plugin](https://wordpress.org/support/topic/greast-plugin/)󠁿

 [Matthew](https://profiles.wordpress.org/kidsguide/) 2017년 2월 7일

awesome

 [ 모든 21 평가 읽기 ](https://wordpress.org/support/plugin/wp-hide-dashboard/reviews/)

## 기여자 & 개발자

“WP Hide Dashboard”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ Drew Jaynes ](https://profiles.wordpress.org/drewapicture/)
 *   [ Kim Parsell ](https://profiles.wordpress.org/kpdesign/)

[자국어로 “WP Hide Dashboard”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/wp-hide-dashboard)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/wp-hide-dashboard/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/wp-hide-dashboard/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/wp-hide-dashboard/)을 [RSS](https://plugins.trac.wordpress.org/log/wp-hide-dashboard/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### Version 2.2.1

 * Brought code and comments in line with core standards.
 * DrewAPicture was added as a plugin author.
 * Removed some unused code.
 * General cleanup.

#### Version 2.2:

 * Support for WordPress version 3.3 and earlier removed.
 * Reworked code to remove fatal error issue, ensure compatibility with WordPress
   3.4 and 3.5.
 * Reworked how Multisite user scenarios (assigned to no blogs/1 blog/2+ blogs) 
   are handled.

#### Version 2.1:

 * Support for WordPress version 2.9 and 3.0 removed.
 * Support for roles other than Subscriber removed.
 * Reworked code for removing Personal Options section on Profile page.
 * Added support for removing Dashboard links in new admin bar.
 * Added support for WordPress Multisite (network-activation-capable).

#### Version 2.0:

 * Code reworked; support for WordPress version 2.5 – 2.8 removed.
 * Updated menu removal code for compatibility with WordPress 3.0 (single user mode).
 * Added code to remove Personal Options section on Profile page (props to Matthew
   Pollotta).

#### Version 1.5:

 * Added code to make it easier to configure plugin if you want to change the role/
   capability level.
 * Added code to remove Tools menu.
 * Added code to remove Settings, Media and Comments menus for Contributors+ if 
   needed.
 * Added code to remove WordPress upgrade nag notice (admin will still see the notice).

#### Version 1.4:

 * Added code to remove Tools menu in 2.8.x (menu numbering changed in core).
 * Added Frequently Asked Questions and proper Changelog sections to readme.txt 
   file.

#### Version 1.3:

 * Fixed error in WordPress version checking.

#### Version 1.2:

 * Added removal of Help link on Profile page.

#### Version 1.1:

 * Added WordPress version checking.
 * Added code for defining path to /wp-content/plugins/ if outside the WordPress
   directory.
 * Added removal of Tools menu and collapsible arrow from the menu area in 2.7.x.

#### Version 1.0:

 * 초기 릴리즈

## 기초

 *  버전 **2.2.1**
 *  최근 업데이트: **9년 전**
 *  활성화된 설치 **2,000+**
 *  워드프레스 버전 ** 3.4.0 또는 그 이상 **
 *  다음까지 시험됨: **4.1.0**
 *  언어
 * [English (US)](https://wordpress.org/plugins/wp-hide-dashboard/)
 * 태그:
 * [admin](https://ko.wordpress.org/plugins/tags/admin/)[admin bar](https://ko.wordpress.org/plugins/tags/admin-bar/)
   [administration](https://ko.wordpress.org/plugins/tags/administration/)[dashboard](https://ko.wordpress.org/plugins/tags/dashboard/)
   [hide](https://ko.wordpress.org/plugins/tags/hide/)
 *  [고급 보기](https://ko.wordpress.org/plugins/wp-hide-dashboard/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  19/5-별점 후기     ](https://wordpress.org/support/plugin/wp-hide-dashboard/reviews/?filter=5)
 *  [  1/4-별점 후기     ](https://wordpress.org/support/plugin/wp-hide-dashboard/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/wp-hide-dashboard/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/wp-hide-dashboard/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/wp-hide-dashboard/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-hide-dashboard/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/wp-hide-dashboard/reviews/)

## 기여자

 *   [ Drew Jaynes ](https://profiles.wordpress.org/drewapicture/)
 *   [ Kim Parsell ](https://profiles.wordpress.org/kpdesign/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/wp-hide-dashboard/)