Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Admin Menu Filter

Περιγραφή

Sometimes you may have a lot of admin menu items based on your WordPress installation, with this plugin you only need to type a few letters of the item name that you look and voila! Using a custom jQuery expression that turns ‘contains’ to case insensitive, the plugin adds a class ‘filtered’ for non-match elements and performs actions based on 2 simple rules:

  1. For parent menu item matching the item keeps visible.
  2. For child menu item matching the item keeps highlighted and their parent visible, keeping the rule #1 for the rest of parent menu items.

Credit for the expression:
https://stackoverflow.com/questions/187537/is-there-a-case-insensitive-jquery-contains-selector/36392273

Στιγμιότυπα

  • Textbox filter
  • Match primary items
  • Match child items

Εγκατάσταση

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

Συχνές Ερωτήσεις

How about mobile devices?

Could be added support on future versions. Currently it’s thinking for desktop users

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“Admin Menu Filter” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

0.2.3

  • WP 6.1 compat

0.2.2

  • Improve script init

0.2.1

  • Remove Doc Ready wrapper

0.2

  • Check compatibility WP 5.6

0.1

  • First release