Title: Usher
Author: Drew Jaynes
Published: <strong>2019년 3월 24일</strong>
Last modified: 2021년 7월 1일

---

플러그인 검색

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

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

# Usher

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

[다운로드](https://downloads.wordpress.org/plugin/usher.1.0.1.zip)

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

 [지원](https://wordpress.org/support/plugin/usher/)

## 설명

Usher brings Gmail-like keyboard shortcuts for navigating around the various core
pages of the WordPress admin.

Additionally, it includes a robust API for registering new global and screen-specific
keyboard shortcuts.

To register new shortcuts, use the Usher\register_shortcut() function. For example:

_Add a shortcut for the EDD Dashboard_

    ```
    Usher\register_shortcut( 'g d', array(
        'label' => __( 'Navigate to the EDD dashboard', 'textdomain' ),
        'url'   => 'edit.php?post_type=download',
        'cap'   => 'manage_shop_settings'
    ) );
    ```

_Add a shortcut for the Jetpack Dashboard_

    ```
    Usher\register_shortcut( 'g j', array(
        'label' => __( 'Navigate to the Jetpack dashboard', 'textdomain' ),
        'url'   => 'admin.php?page=jetpack',
        'cap'   => 'manage_options',
    ) );
    ```

## 스크린샷

 * [[
 * Shortcuts panel (activated with ‘?’).

## 후기

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

## 기여자 & 개발자

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

기여자

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

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

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

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

## 변경이력

#### 1.0.1

 * New: Shortcuts can now be registered with fully-qualified URLs
 * Tweak: Updated the Plugins, Updates, and Network Admin screen shortcuts to two
   letters because of the unreliability of three-letter shortcuts
 * Fix: Ensure shortcuts targeted for the current screen get properly bound to the
   Usher JS object

#### 1.0

 * Initial Release

## 기초

 *  버전 **1.0.1**
 *  최근 업데이트: **5년 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 5.0 또는 그 이상 **
 *  다음까지 시험됨: **5.8.13**
 *  PHP 버전 ** 7.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/usher/)
 * 태그:
 * [admin](https://ko.wordpress.org/plugins/tags/admin/)[keyboard](https://ko.wordpress.org/plugins/tags/keyboard/)
   [navigation](https://ko.wordpress.org/plugins/tags/navigation/)[shortcuts](https://ko.wordpress.org/plugins/tags/shortcuts/)
 *  [고급 보기](https://ko.wordpress.org/plugins/usher/advanced/)

## 평점

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

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

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

## 기여자

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

## 지원

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

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