Skip to content

Instantly share code, notes, and snippets.

@schutzsmith
Created March 5, 2020 14:49
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 schutzsmith/8afb0a7804057f99b0f20b75b73c1b38 to your computer and use it in GitHub Desktop.
Save schutzsmith/8afb0a7804057f99b0f20b75b73c1b38 to your computer and use it in GitHub Desktop.
hide plugin notifications
add_action('admin_head', 'handpressed_custom_admin_css');
function handpressed_custom_admin_css() {
echo '<style>
#updraft-wrap .updated, #mceu_13, #ac-pro-version, #direct-feedback, .elementor-message {
display: none !important;
}
</style>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment