Beskrivning
Admin Menu Groups allows you to create nested menus in the WordPress admin sidebar navigation and organize all menu
items in groups as needed.
A few notes about the sections above:
- Create groups to organize the admin menu
- Put less frequently used or advanced options in their own group
- Hide unused items in the admin menu
- Group related menu items
Installation
- Upload
plugin-name.phpto the/wp-content/plugins/directory - Activate the plugin through the ’Plugins’ menu in WordPress
- Setup your menu on the Admin Menu Groups settings page
Vanliga frågor
-
After installing the plugin, navigate to the Admin Menu Groups settings page and reorder, hide or create groups as needed
-
You can access the Admin Menu Groups settings page directly at
https://example.com/wp-admin/options-general.php?page=admin-menu-groupsYou can temporarily show all menu items in their original state by using the query string
?amg_reset.
e.g.https://example.com/wp-admin/index.php?amg_resetYou can delete the entire Admin Menu Groups configuration by using the query string
?amg_hard_reset.
e.g.https://example.com/wp-admin/index.php?amg_hard_reset
Recensioner
Bidragsgivare och utvecklare
”Admin Menu Groups” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Admin Menu Groups” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
0.1.3
- Beta compatibility with newer versions of WordPress and PHP. Recommended to clear settings for the plugin.
0.1.2
- Resolve warnings in debug mode
0.1.1
- Initial release.