विवरण
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:
- For parent menu item matching the item keeps visible.
- 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
स्क्रिनसटहरू
स्थापना
- Upload the plugin files to the
/wp-content/plugins/admin-menu-filter
directory, or install the plugin through the WordPress plugins screen directly. - 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” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“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