• Resolved michael walker

    (@michael-walker)


    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://ww.wp.xz.cn/plugins/expire-users/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ben Huson

    (@husobj)

    I have made these adjustments 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.

    To change the admin email add something like this to your theme’s functions.php file

    function my_expire_users_admin_email( $email ) {
       return '[email protected]';
    }
    add_filter( 'expire_users_admin_email', 'my_expire_users_admin_email' );
    Thread Starter michael walker

    (@michael-walker)

    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.