Skip to content

Instantly share code, notes, and snippets.

@ankyit
Last active June 26, 2018 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankyit/027013aadd2709aabb34976c67a452b7 to your computer and use it in GitHub Desktop.
Save ankyit/027013aadd2709aabb34976c67a452b7 to your computer and use it in GitHub Desktop.
Hide WordPress Admin Nags
/* 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