Last active
June 26, 2018 13:52
-
-
Save ankyit/027013aadd2709aabb34976c67a452b7 to your computer and use it in GitHub Desktop.
Hide WordPress Admin Nags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Install Admin CSS MU and paste the following CSS code */ | |
.update-nag, .updated, .error, .is-dismissible, .notice { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment