PluginProbe
Adminimize / 1.11.6
Adminimize v1.11.6
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.6, at readme.txt

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