BuddyDev

Search

Disable Admin New Registration Email

  • Participant
    Level: Initiated
    Posts: 2
    Andrew on #37157

    Thanks for your time.

    Is there a way to disable the emails that get sent to the admin when a new user registers?

  • Keymaster
    (BuddyDev Team)
    Posts: 24935
    Brajesh Singh on #37186

    Hi Andrew,
    Please put this code in your bp-custom.php or theme’s functions.php

    
    
    remove_action( 'register_new_user', 'wp_send_new_user_notifications' );
    
    

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved