Editor menu amministratore Pro è un plugin che ti permette di modificare manualmente il menu Dashboard. Puoi riorganizzare i menu, mostrare/nascondere elementi specifici, modificare i permessi e altro ancora.

Modifica le autorizzazioni del menu con pochi clic. Fai clic su un ruolo, deseleziona le voci di menu che desideri nascondere e seleziona quelle che desideri mostrare. Puoi anche modificare le autorizzazioni per i singoli utenti. Ad esempio, puoi nascondere il menu a tutti tranne che a te stesso o consentire agli utenti di accedere a una pagina di amministrazione specifica senza modificare il loro ruolo.

Rendi WordPress più facile da usare spostando in alto le voci di menu utilizzate di frequente. È inoltre possibile spostare le voci di menu da un sottomenu all’altro o al menu principale. Vuoi un link di primo livello per «Aggiungi nuovo post» o per un plug-in specifico? Puoi farlo. Hai un plugin indisciplinato che perde la sua pagina di amministrazione? Invece, spostalo in «Impostazioni».

Il plug-in viene fornito con un’ampia raccolta di icone da Dashicons e font di icone FontAwesome. Puoi caricare le tue icone PNG o GIF tramite il Catalogo multimediale o inserire manualmente l’URL dell’icona. Puoi anche aggiungere icone alle voci del sottomenu.
Modifica i colori di sfondo, il testo, le icone e le luci. Puoi applicare le modifiche all’intero menu di amministrazione o personalizzare i colori dei singoli elementi.

Puoi aggiungere i tuoi collegamenti al menu di amministrazione. Puoi anche creare un menu personalizzato che incorpori il contenuto di un post o di una pagina nell’amministratore di WordPress. Infine, è possibile creare elementi non cliccabili, che possono essere utili per cose come i titoli delle sezioni nei menu di amministrazione complessi.
Supponiamo che tu stia costruendo un sito Web per un cliente non tecnico e desideri creare una pagina di tutorial o un servizio esterno che assomigli a parte di WordPress. L’opzione «Apri in: Frame» può aiutarti in questo. Visualizzerà la pagina collegata in una cornice senza bordi. Per completezza, un’opzione «nuova finestra» (es target=»_vuoto») è incluso.
Esporta la configurazione del menu di amministrazione in un file, quindi importala su un altro sito.
Nascondi le singole voci nella pagina «Plugin». Come per le voci di menu, puoi nasconderle a tutti o solo a ruoli o utenti specifici.
Applica il tuo marchio
Usa il componente aggiuntivo Branding per sostituire il marchio WordPress predefinito con il tuo. Puoi sostituire il logo di WordPress, personalizzare la pagina di accesso, modificare la combinazione di colori dell’amministratore, nascondere la versione di WordPress e le notifiche di aggiornamento di base e altro ancora.
Modifica barra di amministrazione
Il componente aggiuntivo opzionale Toolbar Editor ti consente di personalizzare la barra di amministrazione, nota anche come WordPress Toolbar. Puoi nascondere gli elementi della barra degli strumenti, modificarne l’ordine con il trascinamento della selezione, rinominare gli elementi, aggiungere nuovi collegamenti e altro ancora.
- Componente aggiuntivo per il marchio AME v1.3
- Editor della barra degli strumenti di WordPress v1.4.0
Demo: https://adminmenueditor.com/
= v2.16.2 (2022-03-31) = ##### Added * Optionally, you can make the plugin clear the option cache when updating all subsites in Multisite. This is usually not necessary, but may help with compatibility issues when using an external object cache. Use the new custom filter "admin_menu_editor-clear_role_cache" to enable this feature. Example: `add_filter('admin_menu_editor-clear_role_cache', '__return_true');` ##### Fixed * Fixed a bug where collapsing a menu heading would hide menu items but not separators. * Fixed a conflict that could trigger a fatal error in PHP 8. The conflicting plugin or theme has not been identified, but the conflict was most likely caused by somebody returning NULL from one of the "mce_buttons" filters. * When a user is hidden, the per-role user counts on the "Users -> All Users" page will now be adjusted accordingly. * Fixed some minor issues with the size and layout of indeterminate checkboxes on small screens. * Fixed the `[ame-user-info]` shortcode not working in login redirects. It would always output "(No user)" instead of the actual user data. * Fixed a warning caused by a conflict with plugins and themes that call the "login_redirect" filter with only 1 parameter instead of the expected 3. * Fixed a subtle bug where AME did not correctly prefer submenu items when trying to determine the current menu item based on the current URL. * Probably fixed a bug where menu items that use fully qualified URLs would lose their custom settings when the site URL changed (such as when migrating the site to a different domain). * Fixed an edge case where the plugin would incorrectly show an "is this option enabled for everyone" checkbox in an indeterminate state when it was actually enabled for all roles but was not explicitly enabled (or disabled) for individual users. * Fixed a rare bug where a top level menu and a nested menu could share the same submenu items due to a key collision. * Fixed a minor conflict with "Google Analytics for WordPress by MonsterInsights" where the "Dashboard -> Welcome to MonsterInsights" menu item that is usually hidden would become visible when AME was activated. = v2.16.1 (2021-12-09) = ##### Fixed * Fixed a conflict with "Amazon Simple Affiliate (ASA2)" that caused the "Add ASA2 Product" page to crash with an exception. This change should also fix conflicts with other plugins that create meta boxes with invalid IDs. * Fixed a minor issue with "Happy Elementor Addons" where the "HappyAddons News & Updates" dashboard widget didn't show up in the "Dashboard Widgets" tab. * For submenu separators and menu headings, removed the colorful left border that would appear when you hover, click, or focus on the item. Headings will still have the colored border if the "collapsible headings" option is enabled. ##### Changed * The option "Hide the Admin Menu Editor Pro entry on the Plugins page from other users" now also hides any installed add-ons. The option has been renamed to "Hide Admin Menu Editor Pro and its add-ons from the Plugins page for other users". * The plugin will now show an admin notice instead of crashing with an exception if meta box settings are corrupted by a site migration plugin or a similar tool. * Switched the JSON serialization implementation from the jQuery JSON plugin to `JSON.stringify`. While this should not affect most users in any way, those that use Internet Explorer may or may not notice some changes in the handling of Unicode characters (e.g. in menu titles). = v2.16 (2021-10-21) = ##### Added * Added a "Redirects" feature. You can create login redirects, logout redirects, and registration redirects. You can configure redirects for specific roles and users. You can also set up a default redirect that will apply to everyone who doesn't have a specific setting. * Added a few utility shortcodes: `[ame-wp-admin]`, `[ame-home-url]`, `[ame-user-info field="user_login"]`. These are mainly intended to be used to create dynamic redirects, but they will also work in posts and pages. ##### Fixed * Fixed a minor conflict where several hidden menu items created by "WP Grid Builder" would unexpectedly show up when AME is active. * Fixed a conflict with "LoftLoader Pro", "WS Form", and probably a few other plugins that create new admin menu items that link to the theme customizer. Previously, it was impossible to hide or edit those menu items. * Partially fixed an obscure bug where numeric role capabilities like "1" or "234" would be displayed as "0" instead. ##### Changed * Improved the appearance of settings page tabs on small screens and in narrow browser windows. = v2.15.1 (2021-08-25) = ##### Fixed * Fixed the "sort" button in the submenu toolbar sorting all submenu items in all menus, not just in the currently selected submenu. * Fixed a conflict with "PPOM for WooCommerce by N-MEDIA" version 23.0 that could cause a fatal error when both plugins were active. * Fixed a conflict with the "Oxygen" (page builder) where the "Role" dropdown was missing the "Administrator" role when both plugins were active. * Fixed a warning about using the deprecated filter "allowed_block_types". * Fixed a rare conflict where clicking on a role wouldn't do anything if another plugin or theme had rewritten all links on the page. v2.15 (2021-07-28) Added * Added experimental support for three level menus. This lets you create deeply nested menus such as "Menu -> Submenu -> Nested Submenu". Due to risk of conlicts and bugs, this feature is disabled by default. To enable it, go to the "Settings" tab and set "Three level menus" to "Enabled". = v2.14.2 (2021-05-07) = ##### Fixed * Fixed a bug where the plugin could incorrectly identify a separator as the current menu item. In practice, separators don't link to anything and they cannot be clicked, so they should not even be considered when trying to figure out which menu item matches the current page URL. * Fixed a couple of icon and separator rendering bugs where the hover marker that was introduced in WP 5.7 could either show up in the wrong place or show up when it's not supposed to. * Fixed the submenu box not expanding to align with the selected parent item. * Fixed a PHP 5 compatibility issue where the "Prevent bbPress from resetting role capabilities" setting would trigger notices and not work correctly. This bug did not affect more recent PHP versions such as PHP 7.x. = v2.14.1 (2021-03-15) = ##### Fixed * Fixed a bug introduced in version 2.14 where the "Embed WP page" feature would no longer display the field that let you choose the page. * Fixed a jQuery Migrate warning about isFunction() being deprecated. = v2.14 (2021-03-08) = ##### Added * Added the ability to create menu headings. Headings are unclickable and can be styled separately from regular menu items. By default, their color and background don't change on hover. You can configure headings to act as collapsible sections. When you click a collapsible heading, it will show/hide all of the menu items between that heading and the next one. * Added environment-dependent colors. In the "Tweaks" tab, you can configure the plugin to change the background color of the Toolbar (a.k.a Admin Bar) and the admin menu based on the current environment: production, development, etc. You can also display the environment type in the Toolbar. The plugin uses the environment type reported by WP core, which in turn uses the "WP_ENVIRONMENT_TYPE" constant. ##### Fixed * Fixed a conflict with the "PRO Theme" plugin where "PRO Theme" would expand the wrong top level admin menu if the current submenu item had been moved from one parent menu to another. * Fixed PHP notice "Undefined offset: 0 in /wp-includes/capabilities.php on line 70" (various line numbers). * Fixed a conflict with "Stripe For WooCommerce" 3.2.12 where the "Stripe Gateway" menu had a wrong URL because a hidden menu item was not removed. * Fixed a browser warning about the "ws_nmh_pending_seen_urls" cookie not using the SameSite attribute. * Fixed a conflict with WooFunnels where changing the WooFunnels menu icon would result in both of the icons - the original one and the new one - showing up at the same time. The new icon was also misaligned. * Fixed an unconfirmed conflict where AME could trigger a fatal error because the cached meta box settings were seemingly cleared just before they were used. * Fixed misleading option name in the "Export" tab that made it look like it was possible to export roles. Actually, at the moment the plugin only exports the "editable roles" setting, not the roles themselves. * Fixed admin menu not scrolling when the Toolbar/Admin Bar was hidden. * Fixed a bug where the "Admin CSS" code editor would be rendered incorrectly - broken layout, partially invisible text, etc - if the "Admin CSS" section was closed when the user opened the "Tweaks" tab. * Fixed an encoding related issue where the "Roles" tab would be empty or just show a "Loading..." message forever. * Fixed an occasional bug where AME did not detect custom Gutenberg blocks created by Advanced Custom Fields Pro. ##### Changed * Minor visual changes. * Dashboard settings are now compressed and base64-encoded to prevent data corruption caused by database migration tools that attempt to replace file paths in the database without correctly escaping (back-)slashes. * Tested with WordPress 5.7 and 5.8-alpha. = v2.13 (2020-12-15) = ##### Added * Added a "bbPress override" option that prevents bbPress from resetting all changes that are made to dynamic bbPress roles. Enabling this option allows you to edit bbPress roles with this or any other role editing plugin. ##### Fixed * Fixed a bug where registering a custom post type in a mu-plugin could cause Admin Menu Editor Pro to trigger either a fatal error or a warning and multiple notices. * Fixed the role editor going into infinite recursion if there was a meta capability that mapped to itself. * Fixed a conflict that caused some hidden Simple Calendars menu items to show up when Admin Menu Editor was activated. * Fixed a bug where menu items that had special characters like "&" and "/" in the slug could stop working if they were moved to a different submenu or to the top level. * Fixed a bug where changing the menu icon to an external image (like a URL pointing to a PNG file) could result in the old and the new icon being displayed at once, either side by side or one below the other. This only affected menu items that had an icon set in CSS by using a `::before` pseudo-element. * Fixed many jQuery deprecation warnings. * Fixed a bug where some menu settings would not loaded from the database when another plugin triggered a filter that caused the menu configuration to be loaded before AME loaded its modules. * Fixed bug that could cause an obscure conflict with plugins that change the admin URL, like "WP Hide & Security Enhancer". When a user tried to open "Dashboard -> Home", the plugin could incorrectly apply the permisssions of a another menu item to the "Home" item. If the other menu item was configured to be inaccessible, the user would get an error message when logging in (they were still successfully logged in). ##### Changed * Improved error reporting in situations where the plugin can't parse menu data. = v2.12.4 (2020-10-02) = * Hotfix: Fixed a new plugin conflict introduced in version 2.12.3 that could prevent some add-on features like the "Branding" tab from being loaded on some sites. * Fixed a bug where separator settings could be lost if another plugin or theme indirectly caused this plugin to load the menu configuration earlier than expected. * Made custom menu icon colors apply to SVG icons. Previously, you could only change the color of those menu icons that are implemented using icon fonts like Dashicons. * Improved error reporting in situations where the plugin can't parse menu data.
⭐Vedi anche: Raccolta di Premium gratuiti Plugin WordPress Archivio attivo Codecanyon
Nota: Forse è necessario decomprimere prima di installare il plug-in. Non diamo alcuna garanzia se un tema/plugin contiene virus. Si prega di controllare Virustotal prima di usarlo su localhost.