Descripción
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/
Instalación
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.
Preguntas frecuentes
- 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.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Hide Update Reminder» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Hide Update Reminder» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
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