Descrição
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/
Instalação
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.
Avaliações
Não existem avaliações para esse plugin.
Colaboradores e desenvolvedores
“Hide Update Reminder” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir “Hide Update Reminder” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
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