Title: Alternative admin email address
Last modified: August 21, 2016

---

# Alternative admin email address

 *  Resolved [michael walker](https://wordpress.org/support/users/michael-walker/)
 * (@michael-walker)
 * [12 years ago](https://wordpress.org/support/topic/alternative-admin-email-address/)
 * Hi and thanks for a great plug-in – much appreciated. We have a site where membership
   administration is performed by someone who is not the overall site admin. So,
   is it possible to alter the email address to which admin notifications are sent?
   At present, our site admin receives these and then forwards them to the membership
   administrator, but it would make life easier if we could alter this so they went
   to the membership admin straight away – TIA
 * [https://wordpress.org/plugins/expire-users/](https://wordpress.org/plugins/expire-users/)

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

 *  Plugin Author [Ben Huson](https://wordpress.org/support/users/husobj/)
 * (@husobj)
 * [12 years ago](https://wordpress.org/support/topic/alternative-admin-email-address/#post-5082136)
 * I have made [these adjustments](https://github.com/benhuson/expire-users/commit/7f13bad551ff9f5aeb1cfd1b877eddb029049073)
   to the plugin which will allow you to use a filter to override the admin email
   address.
 * I will add it to the next release of the plugin.
    In the meantime you can download
   the [updated version here](https://github.com/benhuson/expire-users/tree/admin-email).
 * To change the admin email add something like this to your theme’s functions.php
   file
 *     ```
       function my_expire_users_admin_email( $email ) {
          return 'admin@example.com';
       }
       add_filter( 'expire_users_admin_email', 'my_expire_users_admin_email' );
       ```
   
 *  Thread Starter [michael walker](https://wordpress.org/support/users/michael-walker/)
 * (@michael-walker)
 * [12 years ago](https://wordpress.org/support/topic/alternative-admin-email-address/#post-5082240)
 * Wow – that was quick! Many thanks.

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

The topic ‘Alternative admin email address’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/expire-users_669999.svg)
 * [Expire Users](https://wordpress.org/plugins/expire-users/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/expire-users/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/expire-users/)
 * [Active Topics](https://wordpress.org/support/plugin/expire-users/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/expire-users/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/expire-users/reviews/)

## Tags

 * [email](https://wordpress.org/support/topic-tag/email/)
 * [Site Admin](https://wordpress.org/support/topic-tag/site-admin/)

 * 2 replies
 * 2 participants
 * Last reply from: [michael walker](https://wordpress.org/support/users/michael-walker/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/alternative-admin-email-address/#post-5082240)
 * Status: resolved