-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathreadme.txt
45 lines (31 loc) · 1.01 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
=== Admin Cleanup ===
Contributors: mgibbs189
Tags: admin menu, admin bar, admin, cleanup, hide menu
Requires at least: 4.8
Tested up to: 5.7.1
Stable tag: trunk
License: GPLv2
This plugin helps you organize your WordPress admin menu.
== Description ==
= This plugin helps you organize your WordPress admin menu. =
If your site has a bunch of custom post types, or many plugins with their own top-level menu, then the WP admin menu will quickly become overcrowded.
This plugin lets you hide menu items (e.g. Tools) entirely, or move them into the WP Admin Bar.
= Important Links =
* [Github →](https://github.com/mgibbs189/admin-cleanup)
== Installation ==
1. Download and activate the plugin.
2. Browse to `Settings > Admin Cleanup` to configure.
== Screenshots ==
1. Before
2. After
3. Settings
== Changelog ==
= 1.0.2 =
* Ensure WP 5.7 compatibility
* Switched to PHP array shorthand
= 1.0.1 =
* Ensure WP 5.0 compatibility
= 1.0 =
* Added support for custom menu groups (props David Cramer)
= 0.2 =
* Beta release