Title: DashOrgNicer Feature Manager
Author: Anandhu Nadesh
Published: <strong>2026년 7월 14일</strong>
Last modified: 2026년 7월 22일

---

플러그인 검색

![](https://ps.w.org/dashorgnicer-feature-manager/assets/banner-772x250.png?rev=
3607488)

![](https://ps.w.org/dashorgnicer-feature-manager/assets/icon-256x256.png?rev=3607488)

# DashOrgNicer Feature Manager

 작성자: [Anandhu Nadesh](https://profiles.wordpress.org/anandhunadesh/)

[다운로드](https://downloads.wordpress.org/plugin/dashorgnicer-feature-manager.1.0.0.zip)

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

 [지원](https://wordpress.org/support/plugin/dashorgnicer-feature-manager/)

## 설명

DashOrgNicer Feature Manager helps you clean up the WordPress admin by disabling
or restricting features for specific user roles.

 * Disable features your site does not need (for example, Posts on a brochure site)
 * Restrict admin menus to specific roles
 * Enforce access through menus, capabilities, direct URLs, and REST API
 * Auto-discover custom post types, Settings sub-pages, and plugin admin pages
 * Per-screen Settings access control, Plugin Pages control, and site-wide General
   toggles
 * Reflect WordPress native role capabilities in the settings UI

DashOrgNicer Feature Manager is intended for site owners, agencies, and teams who
want tighter control over what appears in wp-admin for each role.

## 스크린샷

[⌊DashOrgNicer Feature Manager Features settings page⌉⌊DashOrgNicer Feature Manager
Features settings page⌉[

DashOrgNicer Feature Manager Features settings page

[⌊DashOrgNicer Feature Manager Post Types settings page⌉⌊DashOrgNicer Feature Manager
Post Types settings page⌉[

DashOrgNicer Feature Manager Post Types settings page

[⌊DashOrgNicer Feature Manager Settings Screens page⌉⌊DashOrgNicer Feature Manager
Settings Screens page⌉[

DashOrgNicer Feature Manager Settings Screens page

## 설치

 1. Upload the `dashorgnicer-feature-manager` folder to `/wp-content/plugins/`
 2. Activate the plugin through the **Plugins** menu in WordPress
 3. Go to **DashOrgNicer Feature Manager** in the admin menu to configure feature access

## FAQ

### Who can access DashOrgNicer Feature Manager settings?

Users with the `adftmgr_manage_settings` capability (Administrators on a default
install).

### Do restrictions apply to administrators?

Yes. Feature rules apply to all roles, including administrators. Users who can manage
DashOrgNicer Feature Manager settings can always open DashOrgNicer Feature Manager
to change rules.

### Does DashOrgNicer Feature Manager only hide menu items?

No. DashOrgNicer Feature Manager enforces restrictions through admin menus, capabilities,
direct URL guards, REST API routes, and admin bar nodes where applicable.

### Can I lock myself out of DashOrgNicer Feature Manager?

Any user with the `adftmgr_manage_settings` capability can always reopen DashOrgNicer
Feature Manager to change rules. On a default install, that is the Administrator
role.

### What happens if I disable Posts for all roles?

Posts menus, screens, REST endpoints, and related admin bar links are blocked for
affected users. Save carefully and keep at least one manager who can access DashOrgNicer
Feature Manager.

### Does DashOrgNicer Feature Manager support custom post types and plugin settings pages?

Yes. Custom post types are auto-discovered on the Post Types screen. Plugin and 
theme admin pages registered as `admin.php?page=…` appear on the Plugin Pages screen.
Settings sub-pages under `options-general.php` appear on Settings Screens.

### Will directory listing protection secure my server?

No. The General setting only adds protective `index.php` files in WordPress-managed
folders. Configure your web server (for example, disable directory indexes) for 
real hardening.

### Does disabling one Settings screen block the REST API for that screen?

Not individually in v1. Settings Screens enforcement applies to wp-admin menus, 
direct URLs, and capabilities. The shared `/wp/v2/settings` REST route is blocked
only when the parent **Settings** feature is denied on the Features page. Per-screen
REST granularity may be added in a future release.

### Are plugin admin pages blocked via REST?

Plugin Pages enforcement covers wp-admin menus, `admin.php?page=…` URLs, and capabilities.
REST endpoints are not auto-discovered. Use the `adftmgr_admin_pages` filter to 
add `rest_routes` when a plugin exposes an API you need to gate.

## 후기

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

### 󠀁[Excited](https://wordpress.org/support/topic/excited-9/)󠁿

 [Sulfikkar P R](https://profiles.wordpress.org/zulfyii/) 2026년 7월 15일

This is exactly what WordPress admins and developers have been waiting for! 🎉 DashOrgNicer
Feature Manager makes it incredibly easy to clean up the admin dashboard, control
access with precision, and create a much better experience for every user role. 
The automatic discovery of custom post types and plugin pages is a fantastic touch.
Excited to see how this evolves—great work! 🚀

 [ 모든 1 평가 읽기 ](https://wordpress.org/support/plugin/dashorgnicer-feature-manager/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ Anandhu Nadesh ](https://profiles.wordpress.org/anandhunadesh/)
 *   [ Phases ](https://profiles.wordpress.org/phaseswpdev/)

[자국어로 “DashOrgNicer Feature Manager”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/dashorgnicer-feature-manager)

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

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

## 변경이력

#### 1.0.0

 * Initial release scaffold
 * Admin menu with Features and Post Types pages
 * Full MVP feature catalog with role-based enforcement
 * Custom post type auto-discovery
 * Full enforcement layers: menus, capabilities, direct URLs, REST API, and admin
   bar
 * Settings Screens submenu for per-screen Settings access
 * Plugin Pages submenu for third-party admin.php?page=* screens
 * General submenu for site-wide admin toggles
 * Directory listing protection via index.php placeholders
 * Reset to WordPress defaults

## 기초

 *  버전 **1.0.0**
 *  최근 업데이트: **2주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.4 또는 그 이상 **
 *  다음까지 시험됨: **7.0.3**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/dashorgnicer-feature-manager/)
 * 태그:
 * [admin](https://ko.wordpress.org/plugins/tags/admin/)[capabilities](https://ko.wordpress.org/plugins/tags/capabilities/)
   [dashboard](https://ko.wordpress.org/plugins/tags/dashboard/)[menu](https://ko.wordpress.org/plugins/tags/menu/)
   [roles](https://ko.wordpress.org/plugins/tags/roles/)
 *  [고급 보기](https://ko.wordpress.org/plugins/dashorgnicer-feature-manager/advanced/)

## 평점

 별 5점 만점에 5점.

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

[Your review](https://wordpress.org/support/plugin/dashorgnicer-feature-manager/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/dashorgnicer-feature-manager/reviews/)

## 기여자

 *   [ Anandhu Nadesh ](https://profiles.wordpress.org/anandhunadesh/)
 *   [ Phases ](https://profiles.wordpress.org/phaseswpdev/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/dashorgnicer-feature-manager/)