• Resolved ipbroad

    (@ipbroad)


    I’m fairly new at some of this and probably really thick with it. However I desperate for a bit of help. I do not know how or where I need to add filters. I need to change where the new user notification emails are sent as I (site admin) will not be authorising any new users. I’d really appreciate a quick response. Other than that I love the plugin

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

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

    (@cbutlerjr)

    If you want to customize the address the admin notification email is sent to, you can filter it with wpmem_notify_addr. Custom function like this generally go in your theme functions.php file.

    Thread Starter ipbroad

    (@ipbroad)

    So do I add the whole of that just replacing with relevant domain information. And do I just put it any where in functions.php. I know it sounds really thick but I added the whole lot at the beginning and the end and it did not work. Thanks in advance

    Plugin Author Chad Butler

    (@cbutlerjr)

    You can add the whole snippet of the example to your functions.php file. But there are essentially three examples in there – one active and two that are commented out (with “//”). You really just need to use whatever is relevant. You can add it anywhere in your functions.php file as long as it’s not pasted into another function.

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

The topic ‘Notification Email for WP-Members’ is closed to new replies.