New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | AdminSanity brings sanity through sanitization to your WordPress Admin Area. Cleanly. | You have to log in to add a translation. | Details |
Original untranslated
AdminSanity brings sanity through sanitization to your WordPress Admin Area. Cleanly.
You have to log in to edit this translation. |
|||
| ↑ | AdminSanity | You have to log in to add a translation. | Details |
Original untranslated |
|||
| Yes, on the plugin settings page. These features can be also disabled using constants or filters in the same way as above: | You have to log in to add a translation. | Details | |
Original untranslated
Yes, on the plugin settings page. These features can be also disabled using constants or filters in the same way as above:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Modules can be disabled via te settings page or by defining any of the following constants as <code>false</code>: | You have to log in to add a translation. | Details | |
Original untranslated
Modules can be disabled via te settings page or by defining any of the following constants as <code>false</code>:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| A settings page is available via the Plugin Settings submenu (or the Settings submenu when the Menu module is inactive.)↵ Configuration is also currently available via constants and filters (see below.) | You have to log in to add a translation. | Details | |
Original untranslated
A settings page is available via the Plugin Settings submenu (or the Settings submenu when the Menu module is inactive.)↵
Configuration is also currently available via constants and filters (see below.)
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Yes. Although tricky, a filter for this was included in the initial proof of concept Gist for the admin menu. Simply return an array of admin menu slugs to the filter <code>adminsanity_menu_keep_positions</code> and AdminSanity will attempt to keep those menu items from moving when it sorts the other items (See example in plugin code, function <code>adminsanity_menu_keep_position_test</code>.) Note that depending on the menu items's initial position, this may have mixed results in where it appears in relation to the other newly rearranged menu items. | You have to log in to add a translation. | Details | |
Original untranslated
Yes. Although tricky, a filter for this was included in the initial proof of concept Gist for the admin menu. Simply return an array of admin menu slugs to the filter <code>adminsanity_menu_keep_positions</code> and AdminSanity will attempt to keep those menu items from moving when it sorts the other items (See example in plugin code, function <code>adminsanity_menu_keep_position_test</code>.) Note that depending on the menu items's initial position, this may have mixed results in where it appears in relation to the other newly rearranged menu items.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Yes. Simply copy the individual module file(s) you wish to use into your <code>/wp-content/mu-plugins/</code> directory. Alternatively you can also copy the entire plugin into that directory if you wish. | You have to log in to add a translation. | Details | |
Original untranslated
Yes. Simply copy the individual module file(s) you wish to use into your <code>/wp-content/mu-plugins/</code> directory. Alternatively you can also copy the entire plugin into that directory if you wish.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| | Feature | Constant | Filter |↵ | Meta Menu Headings | ADMINSANITY_MENU_METAS | adminsanity_menu_metas |↵ | Plugin Settings Menu | ADMINSANITY_MENU_PLUGINS | adminsanity_menu_plugins |↵ | Expand Menu Icon | ADMINSANITY_MENU_EXPANDER | adminsanity_menu_expander |↵ | Bar Frontend Loading | ADMINSANITY_BAR_FRONTEND | adminsanity_bar_frontend |↵ | Bar Item Switcher | ADMINSANITY_BAR_CYCLER | adminsanity_bar_cycler |↵ | Bar Dropdown Toggle | ADMINSANITY_BAR_DROPDOWN | adminsanity_bar_dropdown | | You have to log in to add a translation. | Details | |
Original untranslated
| Feature | Constant | Filter |↵
| Meta Menu Headings | ADMINSANITY_MENU_METAS | adminsanity_menu_metas |↵
| Plugin Settings Menu | ADMINSANITY_MENU_PLUGINS | adminsanity_menu_plugins |↵
| Expand Menu Icon | ADMINSANITY_MENU_EXPANDER | adminsanity_menu_expander |↵
| Bar Frontend Loading | ADMINSANITY_BAR_FRONTEND | adminsanity_bar_frontend |↵
| Bar Item Switcher | ADMINSANITY_BAR_CYCLER | adminsanity_bar_cycler |↵
| Bar Dropdown Toggle | ADMINSANITY_BAR_DROPDOWN | adminsanity_bar_dropdown |
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| eg. `add_filter( 'adminsanity_load_bar', '__return_false' ); | You have to log in to add a translation. | Details | |
Original untranslated
eg. `add_filter( 'adminsanity_load_bar', '__return_false' );
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Or returning <code>false</code> to any of the following value filters: | You have to log in to add a translation. | Details | |
Original untranslated
Or returning <code>false</code> to any of the following value filters:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| eg. <code>define( 'ADMINSANITY_LOAD_MENU', false );</code> | You have to log in to add a translation. | Details | |
Original untranslated
eg. <code>define( 'ADMINSANITY_LOAD_MENU', false );</code>
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| See the full plugin description for more details on what each of these modifications does. | You have to log in to add a translation. | Details | |
Original untranslated
See the full plugin description for more details on what each of these modifications does.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <strong>Admin Menu</strong> ↵ - a sorted menu with three sections: Content, Settings and Extensions↵ - an "Expand menu" item at the top to view a full page expanded Admin Menu↵ - an additional Plugin Settings menu item for non-default settings pages↵ <strong>Admin Notices</strong> ↵ - notices are grouped into clickable dropdown tabs according to notice types↵ - clicking on Notices reveals an extra menu sorted by notice level↵ <strong>Admin Bar</strong> ↵ - a "Shuffle" cycler icon to cycle between all, default and extra bar items↵ - a "Dropdown" toggle icon to expand the Admin Bar and view all submenus | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Admin Menu</strong> ↵
- a sorted menu with three sections: Content, Settings and Extensions↵
- an "Expand menu" item at the top to view a full page expanded Admin Menu↵
- an additional Plugin Settings menu item for non-default settings pages↵
<strong>Admin Notices</strong> ↵
- notices are grouped into clickable dropdown tabs according to notice types↵
- clicking on Notices reveals an extra menu sorted by notice level↵
<strong>Admin Bar</strong> ↵
- a "Shuffle" cycler icon to cycle between all, default and extra bar items↵
- a "Dropdown" toggle icon to expand the Admin Bar and view all submenus
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Once you have activated the plugin you will see these changes in your WordPress Admin area: | You have to log in to add a translation. | Details | |
Original untranslated
Once you have activated the plugin you will see these changes in your WordPress Admin area:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Can I keep the position of some items in the Admin Menu? | You have to log in to add a translation. | Details | |
Original untranslated
Can I keep the position of some items in the Admin Menu?
CommentFound in faq header. You have to log in to edit this translation. |
|||
Export as
Comment
Found in description paragraph.