Title: Editor Handbook
Author: DevCollaborative
Published: <strong>2024년 3월 20일</strong>
Last modified: 2025년 4월 16일

---

플러그인 검색

![](https://ps.w.org/editor-handbook/assets/banner-772x250.png?rev=3055656)

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

![](https://ps.w.org/editor-handbook/assets/icon-256x256.png?rev=3055647)

# Editor Handbook

 작성자: [DevCollaborative](https://profiles.wordpress.org/devcollab/)

[다운로드](https://downloads.wordpress.org/plugin/editor-handbook.2.0.5.zip)

[실시간 미리보기](https://ko.wordpress.org/plugins/editor-handbook/?preview=1)

 * [세부사항](https://ko.wordpress.org/plugins/editor-handbook/#description)
 * [평가](https://ko.wordpress.org/plugins/editor-handbook/#reviews)
 * [개발](https://ko.wordpress.org/plugins/editor-handbook/#developers)

 [지원](https://wordpress.org/support/plugin/editor-handbook/)

## 설명

The Editor Handbook plugin provides a Handbook menu item in the admin area and adds
a Handbook custom post type for creating private, in-site documentation for site
editors.

Handbook pages display using the default page template.

## FAQ

### Who has access to Handbook pages?

 * **Administrators** and **Editors** can view, update, and delete Handbook pages.
 * **Authors** can view Handbook pages.
 * **Subscribers** and **Contributors** don’t have access to Handbook pages.

### How can I customize the template used to display Handbook posts?

Handbook pages are displayed using the `page.php` template. Use the `editor_handbook_template`
filter to customize which template is used.

    ```
    function my_handbook_template( $template_names ) {
      return 'my-custom-handbook-template.php';
    }
    add_filter( 'editor_handbook_template', 'my_handbook_template' );
    ```

After setting a new template, flush the rewrite rules by going to **Settings > Permalinks**
in the admin dashboard.

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ DevCollaborative ](https://profiles.wordpress.org/devcollab/)
 *   [ Heather ](https://profiles.wordpress.org/hbrokmeier/)
 *   [ Clare Parkinson ](https://profiles.wordpress.org/cparkinson/)

“Editor Handbook”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/editor-handbook/contributors)
님께 감사드립니다.

[자국어로 “Editor Handbook”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/editor-handbook)

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

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

## 변경이력

#### 2.0.5 – 2025-04-16

 * Bump tested up to 6.8

**Full Changelog**: https://github.com/devcollaborative/editor-handbook/compare/
v2.0.4…v2.0.5

#### 2.0.4 – 2025-01-30

 * Added “Edit” link in Admin Toolbar

**Full Changelog**: https://github.com/devcollaborative/editor-handbook/compare/
v2.0.3…v2.0.4

#### 2.0.3 – 2024-12-18

 * Bump tested up to 6.7.1

#### 2.0.2 – 2024-03-20

 * Fixed: Update text domain to match plugin slug
 * Deleted: CHANGELOG.md in favor of using readme.txt

**Full Changelog**: https://github.com/devcollaborative/editor-handbook/compare/
v2.0.1…v2.0.2

#### 2.0.1 – 2024-02-16

 * Security: Escape echo statements
 * Fixed: Update stable & readme versions to match
 * Fixed: Use the editor_handbook prefix for all functions
 * Fixed: Whitescreen bug when template doesn’t exist

**Full Changelog**: https://github.com/devcollaborative/editor-handbook/compare/
v2.0.0…v2.0.1

#### 2.0.0 – 2024-01-05

 * Changed: Order handbook posts by title ASC
 * Changed: Set page.php as default for displaying handbook pages
 * Added: Add readme.txt & update plugin headers
 * Removed: reference to DevCollab Helpdesk

**Full Changelog**: https://github.com/devcollaborative/editor-handbook/compare/
v1.2.0…v2.0.0

#### 1.2.0 – 2023-06-06

 * Added: Custom capabilities for the Handbook post type
 * Added: Plugin activation & update hooks for managing capabilities
 * Changed: Handbook pages can now be viewed (but not edited) by Authors
 * Changed: The default capability for viewing the Handbook admin page is now `read_private_handbooks`

## 기초

 *  버전 **2.0.5**
 *  최근 업데이트: **1년 전**
 *  활성화된 설치 **20+**
 *  워드프레스 버전 ** 6.7.1 또는 그 이상 **
 *  다음까지 시험됨: **6.8.8**
 *  PHP 버전 ** 8.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/editor-handbook/) 및 [German](https://de.wordpress.org/plugins/editor-handbook/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/editor-handbook)
 * 태그:
 * [documentation](https://ko.wordpress.org/plugins/tags/documentation/)
 *  [고급 보기](https://ko.wordpress.org/plugins/editor-handbook/advanced/)

## 평점

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

[Your review](https://wordpress.org/support/plugin/editor-handbook/reviews/#new-post)

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

## 기여자

 *   [ DevCollaborative ](https://profiles.wordpress.org/devcollab/)
 *   [ Heather ](https://profiles.wordpress.org/hbrokmeier/)
 *   [ Clare Parkinson ](https://profiles.wordpress.org/cparkinson/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/editor-handbook/)