File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,10 @@ Standard features of the following plugins will be manipulated or extended.
148148* Fade out the annoying Message on Upgrade Page
149149* Fade out UpdraftPlus @ Admin Bar
150150
151+ ### WP REST CACHE
152+
153+ * Fade out Icon @ Admin Bar
154+
151155### wpRocket
152156
153157* Remove TootPress Pages from Cache if new Toots have been loaded
@@ -211,6 +215,7 @@ This project is licensed under the GPL3 License.
211215
212216Release pending.
213217
218+ * Added: Fade out WB REST CACHE Icon @ Admin Bar
214219* Added: Disable UpdraftPlus @ Admin Bar
215220
216221### 0.8
Original file line number Diff line number Diff line change 3030
3131# adminmenu .menu-icon-raketenstaub div .wp-menu-image : before {
3232 content : "\f128" ;
33+ }
34+
35+ /* WP REST CACHE */
36+
37+ # wp-admin-bar-wp-rest-cache-clear .ab-item span .ab-icon {
38+ display : none !important ;
3339}
You can’t perform that action at this time.
0 commit comments