Title: Usher
Author: Drew Jaynes
Published: <strong>24 Marzo 2019</strong>
Last modified: 1 Luglio 2021

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

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

# Usher

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

[Scarica](https://downloads.wordpress.org/plugin/usher.1.0.1.zip)

 * [Dettagli](https://it.wordpress.org/plugins/usher/#description)
 * [Recensioni](https://it.wordpress.org/plugins/usher/#reviews)
 * [Sviluppo](https://it.wordpress.org/plugins/usher/#developers)

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

## Descrizione

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',
    ) );
    ```

## Screenshot

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

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Usher” è un software open source. Le persone che hanno contribuito allo sviluppo
di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “Usher” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/usher)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/usher/) segui il 
[repository SVN](https://plugins.svn.wordpress.org/usher/), segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/usher/)
tramite [RSS](https://plugins.trac.wordpress.org/log/usher/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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

## Meta

 *  Versione **1.0.1**
 *  Ultimo aggiornamento **5 anni fa**
 *  Installazioni attive **Meno di 10**
 *  Versione WordPress ** 5.0 o superiore **
 *  Testato fino alla versione **5.8.13**
 *  Versione PHP ** 7.0 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/usher/)
 * Tag
 * [admin](https://it.wordpress.org/plugins/tags/admin/)[keyboard](https://it.wordpress.org/plugins/tags/keyboard/)
   [navigation](https://it.wordpress.org/plugins/tags/navigation/)[shortcuts](https://it.wordpress.org/plugins/tags/shortcuts/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/usher/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/usher/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/usher/)