Title: WordPress Update Emails
Last modified: August 24, 2016

---

# WordPress Update Emails

 *  Resolved [kellynguyen404](https://wordpress.org/support/users/kellynguyen404/)
 * (@kellynguyen404)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-update-emails-2/)
 * Hi,
 * I have a website, ranchoalegrefarm.com. I have the admin email as my email instead
   of my boss’s email address, but the update notifications are still going to her
   email. Not sure why. Any ideas? Thank you.
 * Best Regards,
 * Kelly
 * P.S. In a perfect scenario I would like to turn off the emails that say that 
   WordPress has updated altogether, but the forum threads I have gone through say
   such a feature does not exist.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-update-emails-2/#post-6068223)
 * > P.S. In a perfect scenario I would like to turn off the emails that say that
   > WordPress has updated altogether, but the forum threads I have gone through
   > say such a feature does not exist.
 * Check the WordPress Codex on how to [Disable Emails Via Filter](http://codex.wordpress.org/Configuring_Automatic_Background_Updates#Disable_Emails_via_Filter).
 * Disable email update notifications:
 *     ```
       // Disable update emails
       add_filter( 'auto_core_update_send_email', '__return_false' );
       ```
   
 * As far as where the email is sent… it should be the email address under Settings-
   > General -> Email Address.
 *  Thread Starter [kellynguyen404](https://wordpress.org/support/users/kellynguyen404/)
 * (@kellynguyen404)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-update-emails-2/#post-6068275)
 * Thank you for responding Josh. Should I copy paste the code you provided on the
   bottom of my wp-config.php file?
 *  [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-update-emails-2/#post-6068311)
 * You’re welcome.
 * > Should I copy paste the code you provided on the bottom of my wp-config.php
   > file?
 * No. It should be placed in your [child theme](https://codex.wordpress.org/Child_Themes)
   functions.php file.
 *  Thread Starter [kellynguyen404](https://wordpress.org/support/users/kellynguyen404/)
 * (@kellynguyen404)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-update-emails-2/#post-6068331)
 * Thank you Josh!
 *  [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-update-emails-2/#post-6068358)
 * You bet 🙂
    Glad you got it working how you wanted!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘WordPress Update Emails’ is closed to new replies.

## Tags

 * [email](https://wordpress.org/support/topic-tag/email/)
 * [wrong](https://wordpress.org/support/topic-tag/wrong/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [Josh](https://wordpress.org/support/users/josh401/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-update-emails-2/#post-6068358)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
