Hide the upgrade nag
More and more these days clients are requesting WordPress as a Content Management System (WordPress as a CMS).
The last thing you want is clients clicking the update/upgrade notice that appears at the top of the admin screen and breaking the security functions that you might have built-in (at a minimum).
What is out of sight is out of mind so here is one way of hiding it.
** BACK-UP ALL FILES BEFORE PROCEEDING **
Open:
wp-admin/includes/update.php
Find (around line 139):
add_action( ‘admin_notices’, ‘update_nag’, 3 );
Comment out the line:
// add_action( ‘admin_notices’, ‘update_nag’, 3 );
Re-upload the file
Any problems simply re-upload the original file.
WordPress support
Wordpress Themes & plugins
WordPress Books
- WordPress For Dummies (For Dummies (Computers))
- WordPress Plugin Confidential + WordPress Theme Confidential Bonus Book
- Professional Mobile Web Development with WordPress, Joomla! and Drupal (Wrox Programmer to Programmer)
- The Magazine Cover Coating Brief
- WordPress MU 2.8: Beginner’s Guide
- WordPress: Visual QuickStart Guide, ePub
- How to Build a Blog Empire Reviews
- All About Blogging
- Beginner’s guide to WordPress
- Linchpin: Are You Indispensable? How to Drive Your Career and Create a Remarkable Future
- WordPress Recipes: How to Make a Band / Comedian / Entertainer Website with WordPress
- Getting Started in Blogging
- Search Engine Optimization: An Hour a Day
- 24 FREE Top Rated WordPress Themes Reviews
- Online Marketing for Authors






