• Resolved scnsyphon

    (@scnsyphon)


    Hi Chad,

    Firstly great plugin, thank you.

    I have recently setup a new site running the latest version of your pugin and as Admin I get the registration e-mails as users are set to require approval.

    Two other people registered that I have made admin roles. For some reason they are not getting the notification e-mails that a new user has registered, but I am.

    Any ideas?

    Thanks.

    http://wordpress.org/plugins/wp-members/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    Yes – the admin notification goes to whatever you have specified in your WordPress General Settings (Settings > General). If you have a different account or multiple users that should receive notification, you can filter the address(es) that the notification is sent to with the wpmem_notfiy_addr filter.

    Thread Starter scnsyphon

    (@scnsyphon)

    Thanks Chad. Sorry I missed this in the documentation. So do I just add that code to the wp-members.php file under:

    /**
    * CONSTANTS, ACTIONS, HOOKS, FILTERS & INCLUDES
    */

    ?
    Cheers.

    Plugin Author Chad Butler

    (@cbutlerjr)

    You should never modify plugin files directly – you will just lose your changes when you update the plugin.

    Filter and action hooks allow you to make customizations without modifying files. These should be added to your theme (or better, child theme) functions.php file.

    Thread Starter scnsyphon

    (@scnsyphon)

    Ahh, thanks for the reply. 🙂

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

The topic ‘Admin e-mails only going to one admin’ is closed to new replies.