Skip to content

Instantly share code, notes, and snippets.

@ajitbohra
Created April 1, 2016 13:31
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 ajitbohra/80c1038f25a0afeb17fb019f1792737f to your computer and use it in GitHub Desktop.
Save ajitbohra/80c1038f25a0afeb17fb019f1792737f to your computer and use it in GitHub Desktop.
Wordpress update nag
<?php
add_action('admin_menu','wphidenag');
function wphidenag() {
remove_action( 'admin_notices', 'update_nag', 3 );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment