BuddyDev

Search

[Resolved] How To Disable New User Notifications in WordPress admins

  • Participant
    Level: Guru
    Posts: 886
    Tosin on #43785

    Hello,

    Please how can I disable new user notifications for admins, this is becoming annoying due to large number of sign ups

    Thanks

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2948
    Ravi on #43800

    Hello Tosin,

    Thank you for posting. BuddyPress sends email notifications for activation to the user. Is it coming through BuddyPress or any other custom code or plugin?. Please let me know.

    Regards
    Ravi

  • Participant
    Level: Guru
    Posts: 886
    Tosin on #43808

    Hello Ravi,

    I am not referring to activation emails but this https://ibb.co/J2yHfVJ I think its wordpress that sends this by default. I am not using any custom code or plugin. My inbox is becoming flooded especially when spam bots register.

    Thanks

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2948
    Ravi on #43809

    Hello Tosin,

    Thank you for sharing. try the following code:

    
    add_filter( 'bp_core_send_user_registration_admin_notification', '__return_false' );
    

    Let me know if it helps or not.

    Regards
    Ravi

  • Participant
    Level: Guru
    Posts: 886
    Tosin on #43812

    Thank you Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2948
    Ravi on #43813

    Thank you for the acknowledgement.

    Regards
    Ravi

The topic ‘ [Resolved] How To Disable New User Notifications in WordPress admins’ is closed to new replies.

This topic is: resolved