PluginProbe
Adminimize / 1.11.7
Adminimize v1.11.7
1.11.14 1.11.13 1.11.1 1.11.10 1.11.11 1.11.12 1.11.2 1.11.3 1.11.4 1.11.5 1.11.6 1.11.7 1.11.8 1.11.9 1.3 1.4.7 1.6 1.7.12 1.7.13 1.7.14 1.7.15 1.7.16 1.7.17 1.7.18 1.7.19 All 53 releases
adminimize / readme.txt

readme.txt in Adminimize 1.11.7, at readme.txt

507 lines 23.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Adminimize ===
2 Contributors: Bueltge, inpsyde
3 Donate link: https://www.paypal.me/FrankBueltge
4 Tags: color, scheme, theme, admin, dashboard, color scheme, plugin, interface, ui, metabox, hide, editor, minimal, menu, customization, interface, administration, lite, light, usability, lightweight, layout, zen
5 Requires at least: 4.0
6 Tested up to: 5.5
7 Stable tag: 1.11.7
8
9 Adminimize that lets you hide 'unnecessary' items from the WordPress backend
10
11 == Description ==
12 If you manage a multi-author WordPress blog or WordPress sites for clients, then you may have wondered if it was possible to clean up the WordPress admin area for your users? There are lots of things in the WordPress admin area that your users don’t need to see or use. This plugin help you to hide unnecessary items from WordPress admin area.
13
14 Adminimize makes it easy to remove items from view based on a user’s role.
15
16 = What does this plugin do? =
17 The plugin changes the administration backend and gives you the power to assign rights on certain parts. Admins can activate/deactivate every part of the menu and even parts of the sub-menu. Meta fields can be administered separately for posts and pages. Certain parts of the write menu can be deactivated separately for admins or non-admins. The header of the backend is minimized and optimized to give you more space and the structure of the menu gets changed to make it more logical - this can all be done per user so each role and their resulting users can have his own settings.
18
19 = Support Custom Post Type =
20 The plugin support all functions also for custom post types, automatically in the settings page.
21
22 = Support Custom Options on all different post types =
23 It is possible to add own options to hide areas in the back-end of WordPress. It is easy and you must only forgive a ID or class, a selector, of the markup, that you will hide.
24
25 = Compatibility with plugins for MetaBoxes in Write-area =
26 You can add your own options, you must only check for css selectors.
27
28 **Crafted by [Inpsyde](https://inpsyde.com) · Engineering the web since 2006.**
29
30 == Installation ==
31 = Requirements =
32 * WordPress version 4.0 and later; tested only in last stable version.
33 * PHP 5.2.4, newer PHP versions will work faster. Tested only from version 5.6.
34
35 Use the installer via back-end of your install or ...
36
37 1. Unpack the download-package.
38 2. Upload the files to the `/wp-content/plugins/` directory.
39 3. Activate the plugin through the Plugins menu in WordPress and click Activate.
40 4. Administrator can go to `Settings` > `Adminimize` menu and configure the plugin (Menu, Sub-menu, Meta boxes, ...)
41
42 == Changelog ==
43 = 1.11.7 (2020-07-15) =
44 * Add Im-/Export possibility only for different roles, Probs @JulietNoth, #139
45 * Fix problems with plugins in menus, like WooCommerce, #130
46 * Fix UI topics on settings page
47 * Fix simple PHP warnings
48
49 = 1.11.6 (2019-12-23) =
50 * Fixed to allow br, a, strong, em on admin footer hint.
51 * Add new filter hook to change the options, like more or less options. `mw_adminimize_options_before_update`, Probs @g-kanoufi
52 * Add new filter hooks to add custom area on the settings page, before and after Minmenu on top. `mw_adminimize_minimenu_before_first_tr` and `mw_adminimize_minimenu_after_last_tr`, Probs @g-kanoufi
53 * Add filter hook `adminimize_mu_force_options_per_site` to allow different adminimize options per site on multisite, Probs @ulietNoth
54 * Add filter hooks `adminimize_user_roles_filter` and `adminimize_user_roles_names_filter` to allow add or remove role column in adminimize options, Probs @ulietNoth
55
56 = 1.11.5 (2019-07-07) =
57 * Fixed: Remove deprecated version for support of php 7.2 #109.
58 * Fixed: Dashboard removels for multible roles.
59 * Fixed: settings link.
60 * Maintenance: More solid page checks, codex issues.
61 * Maintenance: Remove Javascript for the settings page for scrolling top, simplify.
62 * Fixed: A little bid spelling is now fixed.
63 * Feature: Close every box other than the first, to keep the page clean.
64 # Fixed: Hide Meta Boxes on usage of multiple roles, Probs @filipecsweb.
65
66 = 1.11.4 (2017-12-14) =
67 * Fixed hide of menu items, if you use custom menu, see [wiki page](https://github.com/bueltge/Adminimize/wiki/Custom-Menu-Order)
68 * Fixed Import/Export for different server environments.
69 * Remove languge file on github, we use always the translation community from wordpress.org
70 * Fixed check for settings page of Adminimize, so that we see all options, areas of the install.
71
72 = 1.11.3 (2017-11-16) =
73 * Added custom dashbaord options to admin head to hide it via css.
74 * Added support of multiple roles for dashboard options.
75 * Added new option to hide 'Add New' Button on each post type.
76 * Fixed ID of Menu to use each link in the full width.
77 * Fixed error for check dashboard setup on multiple roles.
78 * Removed dependency from users.php to profile.php. #61
79 * Allow attribute selector for custom options, remove slashes in options. #65
80 * Change hook for change menu items ot solve order problem with third plugins. #68
81 * Remove Set Theme for users option - noit relevant for the plugin, old dependencies.
82 * Change selector to remove footer area.
83 * Remove Screenshots on readme page, to big, not helpful.
84 * Added filter hook `adminimize_nopage_access_message` to change the message for no access to a page. see the [wiki](https://github.com/bueltge/Adminimize/wiki/Filter-Hooks)
85
86 = 1.11.2 (2016-12-04) =
87 * Fixed backticks for `shell_exec` error.
88 * Fixed prevent access function for pages.
89
90 = 1.11.1 (2016-11-24) =
91 * Fix fatal error for WP smaller than 4.7 - Sorry again!
92
93 = 1.11.0 (2016-11-24) =
94 * Fix open Translations. props pedro-mendonca
95 * Fix Typos.
96 * Fix php warning on Admin Bar items for PHP 5.2.
97 * Fix CPT feature support, if it false.
98 * Add check in different functions for AJAX request.
99 * Add to prevent access to pages of the back end, there are active for hiding in the settings.
100 * Add plugin option to remove the default behavior to prevent access to pages.
101
102 = 1.10.6 (2016-08-09) =
103 * Fix to see Logout link also on mobile view.
104 * Fix type definition.
105
106 = 1.10.5 (2016-06-28) =
107 * Fix PHP Warning
108 * Fix check for active usage of Link Manager
109 * Fix menu var type, if is object.
110 * Check for multiple roles on Menu Settings, that it works only, if the option is still active on each role of this user.
111
112 = 1.10.4 (2016-06-03) =
113 * Add support for multiple roles to remove the Admin Bar via global options.
114 * Add support for multiple roles to remove the Admin Bar Back end items.
115 * Add also this support for Front End Admin Bar items.
116 * Multiple roles supported now on "Menu Options", "Global Options", "Admin Bar Back end options" and "Admin Bar Front end options".
117
118 = 1.10.3 (2016-05-11) =
119 * Fix exclude of set new Admin Bar on settings page of Adminimize.
120 * Fix check for settings page.
121 * Fix colors on raw, column of the settings page.
122 * Add buffering for debug helper in the console.
123 * Fix caching for Dashboard Widget options.
124
125 = 1.10.2 (2016-03-10) =
126 * Add possibility for custom menu slugs, especially for Plugins, Themes, there add different slug for different roles.
127 * Add the possibility to use the WP object cache for settings, if the webspace support this, like Memcached, APC.
128 * More clarity for the "own options" label.
129
130 = 1.10.1 (2016-02-29) =
131 * Fix the Removing of Admin Color Scheme Select on the profile page.
132 * Back-end options are also excluded on the settings page.
133 * Add new settings area for options of the plugin self.
134 * The support for multiple roles is now optional.
135 * The support for bbPress is now active and optional.
136
137 = 1.10.0 (2016-02-21) =
138 * Rewrite the Admin Bar settings, simplify the source and new hook to get and render the Admin Bar.
139 * Change settings screen for custom post type.
140 * Fix "select all" on Admin Bar settings.
141 * Fix exclude settings page for pages, there is the current screen not existent.
142 * Improve the exclude settings page function for hooks, there fired before `get_current_screen`.
143 * Remove more legacy code before WP 3.3.
144 * Change removal of Menu and Submenu items to WP core functions, possible to non support older WP Versions.
145 * Supports multiple roles on "Menu Options" and "Global Options".
146 * Add possibility to hide Admin Notices globally, new setting point in "Global Options".
147
148 = 1.9.2 (2016-01-30) =
149 * Change get role name, return now a array with slug and name to fix "Select All" function for custom roles.
150 * Change Menu Items to Key value, not the id. Makes possible to hide also menu items, there have a stupid menu entry.
151 * Remove https fix; not necessary for the plugin. If you will usage, add this custom [plugin](https://gist.github.com/bueltge/01f37a868e2e1321b931).
152 * Update pot and de_De language files.
153
154 = 1.9.1 (2016-25-01) =
155 * Bugfix for fixing ssl protocol in WP core on include styles and scripts.
156
157 = 1.9.0 (2016-01-21) =
158 * Change Ex-/Import functions to use JSON format and remove mysql topics, there no longer valid in WP core.
159 * Add more checks to hide also dynamically menu items, like Customizer.
160 * Update spanish and german language file.
161 * Fix PHP Warning [PHP Warning: in_array()](https://wordpress.org/support/topic/php-warning-in_array-expects-parameter-2-to-be-array?replies=3)
162 * Fix PHP Notice: Array to string conversion
163 * UI change: Fixed head on tables.
164 * Update italian language files, props to marcochiesi.
165 * Add global option to hide admin notices for each role.
166 * Replace static source to get option, only one function to get it.
167 * Change Admin Bar Feature: Difference between front-end and back-end.
168 * More stability on admin bar settings. Switch hook to set, get data of admin bar.
169 * Add possibilty to select/unselect all checkboxess for each area.
170 * Fix redirect feature, if Dashboard menu item is active for a role.
171 * Remove css tyles small WP 4.0
172 * Add minify js/css.
173 * Several code changes.
174 * Add custom fix for hide editors on post types.
175 * Several performance changes, like replace from `array_push`.
176 * Fix Role check, new function to fix [#22624](https://core.trac.wordpress.org/ticket/22624).
177 * Exclude Settings page and Super Admin from remove Dashboard function.
178
179 = 1.8.5 (2015-03-19) =
180 * Add brazilian portuguese translation, thanks to [Rafael Funchal](http://www.rafaelfunchal.com.br/)
181 * Small code changes for php notices
182 * Fix Admin Bar Feature
183 * Different code maintenance
184 * Enhance readme for helpful links under FAQ
185 * Fix to remove admin bar
186
187 = 1.8.4 (06/06/2013) =
188 * Change Widget Settings, better to unregister widgets from other themes and plugins
189 * Add more usability to the settings page
190 * Small major changes
191
192 = 1.8.3 (04/07/2013) =
193 * Fix for use it with bbPress
194 * Small minor changes
195
196 = 1.8.2 (02/15/2013) =
197 * Fix PHP Notice message for empty var, see [support](http://wordpress.org/support/topic/undefined-index-current_screen)
198 * Changes for load files and functions only, if it necessary
199 * Fix, that the changes on Admin Bar work always in all admin pages
200
201 = 1.8.1 (01/10/2013) =
202 * Fix PHP notice on message for network
203 * Check for active links manager; change from WP 3.5
204 * Add Widget settings (Beta)
205 * Fix for remove admin bar in backend
206 * Remove Backend options, there not usable with WP 3.5 and earlier
207 * Fix 'Category Height' on Meta Box on write post; See always all categories, without scrolling inside Meta Box
208 * Fix to hide footer, but this is still usable by adding custom content
209 * Fix Hints, Options for Multisite install
210 * Add Admin Bar options (Beta)
211
212 = v1.8.0 =
213 * Simple Support for WP Multisite
214 * Enhancement for hide Text-Tab on editors in custom post types
215 * Small fix for PHP notice
216
217 = v1.7.27 =
218 * Fix for hide Admin Bar in WP 3.4
219 * Fix for remove sections on custom post types in edit screen table
220 * Enhancements for reduce sections on edit post and page
221 * Enhancement for User Info to use also in Admin Bar in front end
222 * Fix for different pages in admin, see [forum thread](http://wordpress.org/support/topic/plugin-adminimize-hide-page-and-subpages-editphp)
223 * Fix, if you don't use redirect for php notice
224 * Add romanian language
225
226 = v1.7.26 =
227 * Typo for settings message [see thread](http://wordpress.org/support/topic/plugin-adminimize-what-does-the-settings-page-ignores-this-settings-mean?replies=4)
228 * Fix for custom areas on Custom Post Types, [see thread](http://wordpress.org/support/topic/plugin-adminimize-bug-in-custom-metabox-ids-for-custom-types?replies=3)
229 * Exclude backend theme options, was used only smaller 2.0 of WP
230 * Exclude Hint in Footer
231 * Exclude write scroll options
232 * Different cleaner actions
233
234 = v1.7.25 =
235 * Update for fix menu-items with entities
236 * [Fix](http://plugins.trac.wordpress.org/changeset/494274) for display settings on menu, if items are deactivated
237 * Add Separator to settings of menu, for hide this for different roles
238 * Add notice for settings page, that no settings work on this page
239 * Fix rewrite, if change the user info area and define an rewrite
240 * List Separator on menu-items; also possible to hide this
241
242 = v1.7.24 =
243 * Maintenance: add ID for hide html-tab on Editor also in WP 3.3
244 * Bug fixing for WP 3.2.1 with the new functions :(
245
246 = v1.7.23 =
247 * Maintenance: change function to remove admin bar for WP 3.3, see [Forum item](http://wordpress.org/support/topic/694201)
248 * Maintenance: change for USer Info to works also in WP 3.3
249
250 = v1.7.22 =
251 * Security fix for $_GET on the admin-settings-page
252
253 = v1.7.21 =
254 * SORRY: i had an svn bug; here the complete version
255 * no changes; only a new commit to svn
256
257 = v1.7.20 =
258 * fix small bug for use plugin Localization
259 * add Dashboard Widgets to remove for different roles
260
261 = v1.7.19 =
262 * fix page for links - `link.php`
263 * add irish language files
264 * add bulgarian language files
265
266 = v1.7.18 (06/07/2011) =
267 * Fixes Small User info on right top with Admin Bar, also ready for WP 3.2
268 * Fixes Error for xmlrpc
269 * Add QuickEdit-Areas for hide this
270 * Different changes on source
271 * With WP 3.2 remove all Admin Styles !
272 * Add support for custom post type
273 * many small changes on source
274 * update de_DE language files
275 * tested only in version 3.1 and 3.2-beta; don't test in smaller version
276 * add hindi language file
277
278 = v1.7.17 (04/11/2011) =
279 * Fixes on Admin-CSS Styles for WP 3.*
280 * Reduce backend Styles of the Plugins - Goal: kill all styles!!! (to heavy for Maintenance)
281
282 = v1.7.16 (04/01/2011) =
283 * Bug-fix: change init-function; admin bar also on frontend and backend and all other options of global only on backend
284 * Remove new hock on wp admin bar; include inline styles; only on deactivate admin bar
285 * Fix language errors
286 * Add meta box post formats
287 * Update de_DE language files
288
289 = v1.7.15 (03/30/2011) =
290 * Change functions for reduce WP Nav Menu
291 * change to check for super admin; add new function and option on Global Options to set this
292 * Maintenance: check for functions in Multisite, Super-admin for use the plugin smaller WP 3.0
293 * Feature: add css for more usability on settings
294 * Bug-fix: custom values for WP Nav Menu
295 * Add Option for Super Admin
296 * Change option for rewrite, after deactivate Dashboard; now you use a custom url, incl. http://
297 * Maintenance: Language File
298
299 = v1.7.14 (03/03/2011) =
300 * Maintenance: remove php notice on role editor
301 * Maintenance: Add fallback for don't load menu/sub-menu
302 * Maintenance: Exclude all options in different files
303
304 = v1.7.13 (03/02/2011) =
305 * Maintenance: different changes on code
306 * Maintenance: usable in WP 3.1
307 * Feature: Remove Admin Bar per role
308 * Feature: Add options for WP Nav Menu
309 * Bug-fix: php warning for wrong data-type [WP Forum](http://wordpress.org/support/topic/plugin-adminimize-warning-in-array)
310 * Bug-fix: php warning on foreach [WP Forum](http://wordpress.org/support/topic/plugin-adminimize-warning-error-invalid-argument-supplied-for-foreach)
311
312 = v1.7.12 (10/02/2010) =
313 * Bug-fix: Fallback for deactivate profile.php on roles smaller administration
314 * Bug-fix: Redirect from Dashboard on different roles
315 * Maintenance: small changes on code
316
317 = v1.7.11 (09/24/2010) =
318 * Bug-fix: for WP < 3.0; function get_post_type_object() is not exist
319
320 = v1.7.10 (09/24/2010) =
321 * Bug-fix: link-page in admin
322 * Bug-fix: meta-boxes on link-page
323 * Bug-fix: check for post or page with WP 3.*
324 * Maintenance: german language files
325 * Maintenance: pot-file
326 * Feature: new css for "User-info" in WP 3.0
327 * Maintenance: incl. the new css-file
328
329 = v1.7.9 (09/15/2010) =
330 * Bug-fix for new role-checking
331
332 = v1.7.8 (09/13/2010) =
333 * changes for WPMU and WP 3.0 MultiSite
334 * bug-fix for admin-menu in WPMU and WP 3.0 MultiSite
335 * bug-fix for meta boxes in WPMU and WP 3.0 MultiSite
336 * bug-fix for global settings in WPMU and WP 3.0 MultiSite
337 * bug-fix for link-options in WPMU and WP 3.0 MultiSite
338 * bug-fix for custom redirect after login
339 * different bug-fixes fpr php-warnings
340
341 = v1.7.7 (03/18/2010) =
342 * small fixes for redirect on deactivate Dashboard
343 * add dutch language file
344
345 = v1.7.6 (01/14/2010) =
346 * fix array-check on new option disable HTML Editor
347
348 = v1.7.5 (01/13/2010) =
349 * new function: disable HTML Editor on edit post/page
350
351 = v1.7.4 (01/10/2010) =
352 * Fix on Refresh menu and sub-menu on settings-page
353 * Fix for older WordPress versions and function current_theme_supports
354
355 = v1.7.3 (01/08/2010) =
356 * Add Im-/Export function
357 * Add new meta boxes from WP 2.9 post_thumbnail, if active from the Theme
358 * Small modifications and code and css
359 * Add new functions: hide tab for help and options on edit post or edit page; category meta box with ful height, etc.
360
361 = v1.7.2 (07/08/2009) =
362 * Add fix to deactivate user.php/profile.php
363
364 = v1.7.1 (17/06/2009) =
365 * Add belorussian language file, thanks to Fat Cow
366
367 = v1.7.1 (16/06/2009) =
368 * changes for load user date on settings themes; better for performance on blogs with many Users
369 * small bug-fixes on textdomain
370 * changes on hint for settings on menu
371 * new de_DE language file
372 * comments meta box add to options on post
373
374 = v1.7 (23/06/2009) =
375 * Bug-fix for WordPress 2.6; Settings-Link
376 * alternate for `before_last_bar()` and change class of div
377
378 = 1.6.9 (19/06/2009) =
379 * Bug-fix, Settingslink gefixt;
380 * Changes on own defines with css selectors; first name, second css selector
381 * Bug-fix in own options to pages
382
383 = 1.6.8 (18/06/2009) =
384 * Bug-fix in german language file
385
386 = 1.6.6-7 (10/06/2009) =
387 * Add Meta Link in 2.8
388
389 = 1.6.5 (08/05/2009) =
390 * Bug-fix, Doculink only on admin page of Adminimize
391
392 = 1.6.4 (27/04/2009) =
393 * new Backend-Themes
394 * more options
395 * multilanguage for role-names
396
397 = 1.6.1, 1.6.3 (24/05/2009) =
398 * ready for own roles
399 * new options for link-area on WP backend
400 * own options for all areas, use css selectors
401 * ...
402
403 = v1.6 =
404 * ready for WP 2.7
405 * new options area, parting of page and post options
406 * add wp_nonce for own logout
407 * ...
408
409 = v1.5.3-8 =
410 * Changes for WP 2.7
411 * changes on CSS design
412 * ...
413
414 = v1.5.2 =
415 * own redirects possible
416
417 = v1.5.1 =
418 * Bug-fix f&uuml;r rekursiven Array; Redirect bei deaktivem Dashboard funktionierte nicht
419
420 = v1.5 =
421 * F&uuml;r jede Nutzerrolle besteht nun die M&uuml;glichkeit, eigene Menus und Metaboxes zu setzen. Erweiterungen im Backend-Bereich und Vorbereitung f&uuml;r WordPress Version 2.7
422
423 = v1.4.7 =
424 * Bug-fix CSS-Adresse f&uuml;r WP 2.5
425
426 = v1.4.3-6 =
427 * Aufrufe diverser JS ge&auml;ndert, einige &uuml;bergreifende Funktionen nun auch ohne aktives Adminimize-Theme
428
429 = v1.4.2 =
430 * kleine Erweiterungen, Variablenabfragen ge&auml;ndert
431
432 = v1.4.1 =
433 * Bug-fixes und Umstellung Sprache
434
435 = v1.4 =
436 * Performanceoptimierung; <strong>Achtung:</strong> nur noch 1 Db-Eintrag, bei Update auf Version 1.4 zuvor die Deinstallation-Option nutzen und die Db von &uuml;berfl&uuml;ssigen Eintr&auml;gen befreien.
437
438 = v1.3 =
439 * Backendfunktn. erweitert, Update f&uuml;r PressThis im Bereich Schreiben, etc.
440
441 = v1.2 =
442 * Erweiterungen der MetaBoxen
443
444 = v1.1 =
445 * Schreiben-, Verwalten-Bereich ist deaktivierbar; CSS-Erweiterungen des WP 2.3 Themes f&uuml;r WP 2.6; Sidebar im Schreiben-Bereich noch mehr konfigurierbar, Optionsseite ausgebaut, kleine Code-Ver&auml;nderungen
446
447 = v1.0 =
448 * JavaScript schlanker durch die Hilfe von <a href="http://www.schloebe.de/">Oliver Schl&uuml;be</a>
449
450 = v0.8.1 =
451 * Hinweis im Footer m&uuml;glich, optional mit optionalen Text, Weiterleitung immer ersichtlich
452
453 = v0.8 =
454 * Weiterleitung nach Logout m&uuml;glich
455
456 = v0.7.9 =
457 * Zus&auml;tzlich ist innerhalb der Kategorien nur "Kategorien hinzuf&uuml;gen" deaktiverbar
458
459 = v0.7.8 =
460 * Mehrsprachigkeit erweitert
461
462 = v0.7.7 =
463 * Bug-fix f&uuml;r Metabox ausblenden in Write Page
464
465 = v0.7.6 =
466 * Checkbox f&uuml;r alle ausw&auml;hlen auch in Page und Post, Korrektur in Texten
467
468 = v0.7.5 =
469 * Checkbox f&uuml;r alle ausw&auml;hlen, Theme zuweisen
470
471 = v0.7.3 =
472 * Optionale Weiterleitung bei deaktiviertem Dashboard, Einstellungen per Plugin-Seite m&uuml;glich, Admin-Footer erg&auml;nzt um Plugin-infos
473
474 = v0.7.2 =
475 * Update Options Button zus&auml;tzlich im oberen Abschnitt
476
477 = v0.7.1 =
478 * Thickbox Funktion optional
479
480 = v0.7 =
481 * WriteScroll optional, MediaButtons deaktivierbar
482
483 = v0.6.9 =
484 * Theme WordPress 2.3 hinzugekommen, Footer deaktivierbar
485
486
487 == Other Notes ==
488 = Help with "Your own options" =
489 See the [entry on the WP community forum](http://wordpress.org/support/topic/328449 "Plugin: Adminimize Help with Your own options (3 posts)") for help with this great possibility.
490
491 = License =
492 Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a [small donation](http://bueltge.de/wunschliste/ "Wishliste and Donate") for the time I've spent writing and supporting this plugin. And I really don't want to know how many hours of my life this plugin has already eaten ;)
493
494 = Translations =
495 The plugin comes with various translations, please refer to the [WordPress Codex](http://codex.wordpress.org/Installing_WordPress_in_Your_Language "Installing WordPress in Your Language") for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all definitions and may be used with a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) (Windows) or use, I prefers this, the [translation service from wordpress.org](https://translate.wordpress.org/projects/wp-plugins/adminimize).
496
497 == Frequently Asked Questions ==
498 = Help with "Your own options" =
499 See the [entry on the WP community forum](http://wordpress.org/support/topic/328449 "[Plugin: Adminimize] Help with "Your own options" (3 posts)") for help with great function to add custom/own options.
500
501 = Post about the plugin with helpful hints =
502 * [wpbeginner.com: How to Hide Unnecessary Items From WordPress Admin with Adminimize](http://www.wpbeginner.com/plugins/how-to-hide-unnecessary-items-from-wordpress-admin-with-adminimize/)
503 * [wptavern.com: Create A Custom WordPress Admin Experience With Adminimize](http://wptavern.com/create-a-custom-wordpress-admin-experience-with-adminimize)
504
505 = I love this plugin! How can I show the developer how much I appreciate his work? =
506 Please send a [review](https://wordpress.org/support/view/plugin-reviews/adminimize) and let him know your care or see the [wishlist](http://bueltge.de/wunschliste/ "Wishlist") of the author. Also you can send a [donation](https://www.paypal.me/FrankBueltge).
507