Title: Reusable Admin Panel
Author: Poly Plugins
Published: <strong>2023년 1월 25일</strong>
Last modified: 2025년 8월 21일

---

플러그인 검색

![](https://ps.w.org/reusable-admin-panel/assets/banner-772x250.png?rev=3271432)

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

![](https://ps.w.org/reusable-admin-panel/assets/icon-256x256.png?rev=3271432)

# Reusable Admin Panel

 작성자: [Poly Plugins](https://profiles.wordpress.org/polyplugins/)

[다운로드](https://downloads.wordpress.org/plugin/reusable-admin-panel.1.0.7.zip)

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

 [지원](https://wordpress.org/support/plugin/reusable-admin-panel/)

## 설명

A settings class to help developers easily add beautiful admin pages and handle 
getting, sanitizing, and saving options.

### Update

With the updated release of [Settings Class for WordPress](https://github.com/PolyPlugins/Settings-Class-for-Wordpress),
we do not plan to add new features to this plugin. We will continue to provide fixes,
but adding new functionality would make it difficult to maintain as it would need
to be fully backwards compatible.

Settings Class for WordPress may include breaking changes, but it does not auto 
update, so you won’t have to worry about plugins breaking unexpectedly. You can 
take your time to migrate to the new version, and any breaking changes will be reserved
for major releases.

### About

Our goal was to create a reuseable admin panel that can be used by various plugins
without having to build or include classes of the same code in multiple plugins,
while at the same time being quick to setup.

View our [Documentation](https://www.polyplugins.com/docs/reusable-admin-panel/)
to see a list of fields and their parameters.

You can also download our [example plugin](https://www.polyplugins.com/reusable-admin-panel-example-plugin/)
to get up and running as quick as possible.

Have suggestions? Submit a Pull Requests via [Github](https://github.com/PolyPlugins/Reusable-Admin-Panel).

### Features

 * Bootstrap
 * Font-Awesome Field Info Buttons and Sidebar Info Helper
 * jQuery Dynamic Navigation
 * Validation using validator.js
 * Automatic sanitization and saving of options
 * Method built to easily get individual options
 * Settings Grouped Under One Option in Database (Saved as Multi-Dimensional Array)
 * Bootstrap Spinner Preloader (Prevents Layout Shifting on Load)
 * Removes notices from other plugins when displaying admin panel
 * Prevent users from deactivating by displaying a [sweetalert2](https://sweetalert2.github.io)
   to deactivate the plugin using the dependency.

### Fields

 * Switch
 * Text
 * Textarea
 * Email
 * URL
 * Password
 * Number
 * Dropdown
 * Date
 * Time
 * Color
 * Dropdown Toggle – Additional fields can be added under a dropdown which show/
   hide based on selected option
 * Button – Add multiple buttons that can link or be targeted in custom JS

## 스크린샷

[⌊Plugin Panel⌉⌊Plugin Panel⌉[

Plugin Panel

[⌊Plugin Panel expanded with help sidebar⌉⌊Plugin Panel expanded with help sidebar⌉[

Plugin Panel expanded with help sidebar

[⌊Warning on deactivation⌉⌊Warning on deactivation⌉[

Warning on deactivation

## 설치

 1. Backup WordPress
 2. Upload the plugin files to the `/wp-content/plugins/` directory, or install the
    plugin through the WordPress plugins screen directly.
 3. Activate the plugin through the ‘Plugins’ screen in WordPress

## FAQ

### Who is this built for?

This is purely for developers to help streamline their development process by making
it easier to produce a settings page for their plugins.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

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

기여자

 *   [ Poly Plugins ](https://profiles.wordpress.org/polyplugins/)

[자국어로 “Reusable Admin Panel”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/reusable-admin-panel)

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

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

## 변경이력

#### 1.0.7

 * Added: Ability to pass label attribute for those that don’t want the default 
   assigned name
 * Added: An optional step, min, and max attribute to number field
 * Added: Textarea rows attribute to allow larger height textarea
 * Added: Placeholder attribute to text, textarea, email, url, password, number,
   date and time fields
 * Added: Documentation for field usage to polyplugins.com/docs/reusable-admin-panel/
 * Added: Security enhancements
 * Updated: The color field to use sanitize_hex_color instead of sanitize_text_field
 * Bugfix: The “disabled” parameter was not available in dropdown type
 * Bugfix: Dropdown Toggle not setting equal label widths correctly
 * Bugfix: Support configuration is suppose to be optional
 * Bugfix: If type is left out of config, it provides no error.
 * Bugfix: If name is left out of config, it provides no error.

#### 1.0.6

 * Added: Textarea input
 * Added: Callback to handle errors. Used when conditionally adding fields and needing
   an error to display.
 * Bugfix: URL to have example url as placeholder instead of label
 * Bugfix: Dropdowns to have Select Option as placeholder instead of the label

#### 1.0.5

 * Updated: Removed plugin name from panel h2
 * Updated: Options panel to have a minimum height based on the height of tabs
 * Bugfix: Labels for input-group-text not resizing properly
 * Optimization: Restructured settings.js to be more readable

#### 1.0.4

 * Updated: Label styling to be next to the field for a cleaner look
 * Bugfix: Tab indexing
 * Bugfix: Handling of multiple fields for dropdown toggle
 * Bugfix: Dropdown field not full width

#### 1.0.3

 * Added: dropdown_toggle field can add additional fields under a dropdown which
   show/hide based on selected option
 * Added: Support for button fields
 * Added: Support for custom JS to take advantage of button fields and other custom
   needs
 * Added: Ability to use SweetAlert2 function in custom js
 * Added: Plugin name to section titles
 * Added: Ability to add classes to fields
 * Optimized: Sanitization method
 * Bugfix: Scroll to top on info button click

#### 1.0.2

 * Bugfix: Warning on initial activation
 * Bugfix: Bootstrap 5 toggle button not displaying

#### 1.0.1

 * Bugfix: Default logo not showing if config is not set

#### 1.0.0

 * Initial Release

## 기초

 *  버전 **1.0.7**
 *  최근 업데이트: **1년 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 4.0 또는 그 이상 **
 *  다음까지 시험됨: **6.8.8**
 *  PHP 버전 ** 5.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/reusable-admin-panel/)
 * 태그:
 * [admin](https://ko.wordpress.org/plugins/tags/admin/)[developer](https://ko.wordpress.org/plugins/tags/developer/)
   [developer tool](https://ko.wordpress.org/plugins/tags/developer-tool/)
 *  [고급 보기](https://ko.wordpress.org/plugins/reusable-admin-panel/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/reusable-admin-panel/reviews/)

## 기여자

 *   [ Poly Plugins ](https://profiles.wordpress.org/polyplugins/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/reusable-admin-panel/)