Description
This plugin allows you to hide the update WordPress reminder from all users that are not assumed Administrators (cannot upgrade plugins).
If you have multiple users then this means those who are not admins don’t need to see the message. Useful for CMS based sites, so the client doesn’t see the notice.
Support
Support is provided at:
http://www.stuffbysarah.net/blog/wordpress-plugins/remove-update-reminder/
https://github.com/SarahA21/WP-HideUpdateReminder/
Installation
Installation Instructions:
- Download the plugin and unzip it.
- Put the ‘hide-update-reminder.php’ file into your wp-content/plugins/ directory.
- Go to the Plugins page in your WordPress Administration area and activate the Hide Update Reminder.
FAQ
- Installation Instructions
-
Installation Instructions:
- Download the plugin and unzip it.
- Put the ‘hide-update-reminder.php’ file into your wp-content/plugins/ directory.
- Go to the Plugins page in your WordPress Administration area and activate the Hide Update Reminder.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Hide Update Reminder” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Hide Update Reminder” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.3.1
- Reverted array syntax to make it PHP5.3 friendly
1.3
- Modernised the PHP code in use
- Changed the action hook to update_core for improved multi-site support
- Formatted code to adhere to WordPress coding standards