PluginProbe
Adminimize / 1.11.12
Adminimize v1.11.12
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.12, at readme.txt

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