Hi, how can I completely remove the WordPress 2.6 is available! Please update now. from a 2.5.1 installation ?
I have WP installed for a friend, and the messages needs to be gone as I will update it for him when new versions are available.
Is there a way to remove the update messages from the panel ?
Thanks.
You can just go into the admin source code and remove the $upgrade variables.
I don't know if there is any other way to do it.
...Yes, those messages are a bit annoying. But at least you are alerted to when new versions are released.
prateekdave
Member
Posted 3 years ago #
First go wp_admin folder
in this folder u get one file menu-header.php
just open and edit or remove this variable "do_action('admin_notices');"
this variable is show end of the file
i thing u get it very easy
Thanks guys.
The plugins Otto mentioned worked like a charm.