Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ Standard features of the following plugins will be manipulated or extended.
* Fade out the annoying Message on Upgrade Page
* Fade out UpdraftPlus @ Admin Bar

### WP REST CACHE

* Fade out Icon @ Admin Bar

### wpRocket

* Remove TootPress Pages from Cache if new Toots have been loaded
Expand Down Expand Up @@ -211,6 +215,7 @@ This project is licensed under the GPL3 License.

Release pending.

* Added: Fade out WB REST CACHE Icon @ Admin Bar
* Added: Disable UpdraftPlus @ Admin Bar

### 0.8
Expand Down
6 changes: 6 additions & 0 deletions unmus_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@

#adminmenu .menu-icon-raketenstaub div.wp-menu-image:before {
content: "\f128";
}

/* WP REST CACHE */

#wp-admin-bar-wp-rest-cache-clear .ab-item span.ab-icon {
display:none !important;
}