You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built to run on EVERY WordPress install, selfish fresh start removes unneeded admin and html meta clutter.
12
12
13
13
== Description ==
14
-
This WordPress plugin removes most, in my opinion, unneeded crappy dashboard, post & page widgets, fixes formatted curly quote problems, checks for and removes Hello Dolly, removes junk header tags including the generator tag for extra security, removes update notifications for non-admins, removes old user profile fields like aim, prevents selfpinging, removes smilies and trackbacks, and a few other settings that nobody needs either. This is built to be very generalized so it will work with every WordPress site as a good clean-up fresh start and help keep clients out of the editing files.
14
+
This WordPress plugin removes most, in my opinion, unneeded crappy dashboard, post and page widgets, fixes formatted curly quote problems, checks for and removes Hello Dolly plugin, removes junk header tags, removes generator header tag for extra security, removes update notifications for non-admins, prevents self-pinging, removes smilies and trackbacks, and a few other settings that nobody needs either. This is built to be very generalized so it will work with every WordPress site as a good clean-up fresh start and help keep clients out of the editing files.
15
15
16
16
= Current Operations =
17
17
* Removed: clean up unneeded header tags including:
@@ -21,31 +21,28 @@ This WordPress plugin removes most, in my opinion, unneeded crappy dashboard, po
21
21
* wordpress generator
22
22
* shortlink generation
23
23
* Removed: admin dashboard widgets:
24
-
* quick press
25
-
* recent drafts
26
-
* recent plugins feed
27
-
* wordpress development blog feed
28
-
* other wordpress blog news feed
29
-
* incoming links box
30
-
* yoast seo overview box
31
-
* wp socializer box
32
-
* w3 total cache news box
33
-
* gravity forms box
34
-
* bpress right now in forums
35
-
* jetpack box
24
+
* core: quick draft / your recent drafts
25
+
* core: wordpress events and news
26
+
* plugin: yoast seo overview box
27
+
* plugin: wp socializer box
28
+
* plugin: w3 total cache news box
29
+
* plugin: gravity forms box
30
+
* plugin: bpress right now in forums
31
+
* plugin: jetpack box
32
+
* plugin: modern tribe rss box (issues/7)
36
33
* Removed: post metabox's
37
34
* trackbacks
38
35
* Removed: page metabox's
39
36
* comments box
40
37
* discussion box
41
-
* Removed: appearance menu theme editor *(some ppl may not like this but it's great for client admins)*
38
+
* Removed: appearance menu theme editor
42
39
* Removed: plugins editor menu
43
40
* Removed: plugins list edit links
44
41
* Removed: more jump link to #anchor
45
42
* Removed: update notifications for non-admin users
46
43
* Removed: potential for self ping backs
47
44
* Removed: checks for and nukes Hello Dolly plugin *(sorry @photomatt)*
48
-
* Removed: admin user yim, aim, jabber fields
45
+
* Off: turn off plugin/theme editor
49
46
* Off: turn off global trackback/pingback setting
50
47
* Off: turn off global formatting of text to graphic smilies
51
48
@@ -63,6 +60,16 @@ If you think you'd like to contribute, Pull Requests on [Develop Branch on Githu
63
60
1. That's it. seriously. Everything is done already. Enjoy.
64
61
65
62
== Changelog ==
63
+
= 1.2.0 =
64
+
65
+
Release Date - 2017-11-14
66
+
67
+
* tested up to WP 4.9
68
+
* removed the removing of old IM profile fields that have been deprecated
69
+
* removed the removing of old dashboard widgets that have been merged or deprecated
70
+
* updated the minimum required version of WP to 4.0 due to the deprecated widgets
71
+
* removed, by request, another news rss feed dashboard box; this one from moderntribe plugins
0 commit comments