How to change the email notification recipient (user) for new comments?

How do you change the user that gets the notification email announcement for new comments and comment moderation? WordPress sends the notices to the admin user. My client is the editor of the site. I want the comment notices to get mailed to the editor user and not the admin user. How do you do … Read more

How to disable the “Your site has updated to WordPress x.y.z” admin email?

Using the automatic update of my self-hosted WordPress blogs, I configured automatic updates of both the WordPress core as well as WordPress plugins and themes (through this plugin). Whenever a core update occurs, I get an email like: Your site has updated to WordPress 3.9.2 Howdy! Your site at http://example.org has been updated automatically to … Read more

Enable update notification, disable updates

There are a lot of question on how to disable updates and/or removing update notifications. But all solutions that disable the update also disable the update notifications. But I want to disable the possibility to update while still being notified about available updates. Currently I use define( ‘DISALLOW_FILE_MODS’, true ); Codex The problem with this … Read more