Skip to content

Instantly share code, notes, and snippets.

@crossreftech
Created February 4, 2014 22:45
Show Gist options
  • Save crossreftech/8813948 to your computer and use it in GitHub Desktop.
Save crossreftech/8813948 to your computer and use it in GitHub Desktop.
<?php
// Hide update notification
function hide_update_notification() {
echo '<style type="text/css">
.update-nag {display: none}
</style>';
}
add_action('admin_head', 'hide_update_notification');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment