Title: Usher
Author: Drew Jaynes
Published: <strong>24.03.2019</strong>
Last modified: 01.07.2021

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

![](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://ru.wordpress.org/plugins/usher/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/usher/#reviews)
 * [Разработка](https://ru.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**
 *  Версия WordPress ** 5.0 или выше **
 *  Совместим вплоть до: **5.8.13**
 *  Версия PHP ** 7.0 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/usher/)
 * Метки:
 * [admin](https://ru.wordpress.org/plugins/tags/admin/)[keyboard](https://ru.wordpress.org/plugins/tags/keyboard/)
   [navigation](https://ru.wordpress.org/plugins/tags/navigation/)[shortcuts](https://ru.wordpress.org/plugins/tags/shortcuts/)
 *  [Дополнительно](https://ru.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/)