Code snippet to only hide update notifications
-
Hello all,
A question. I added some code to wp-config.php to hide all update messages for clients. I manage all websites with MainWP.
I use this code:define('DISALLOW_FILE_EDIT',true); // theme, plugin define('DISALLOW_FILE_MODS',true); // core, plugin
Only thing; this also makes it impossible to install new plugins for my clients. For some that’s oke, but others want to install plugins. Now with this code the install button is gone.
Is there a snippets that hides only the update notifications in de admin panel?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Code snippet to only hide update notifications’ is closed to new replies.