Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Disable group invite notifications


Burt Adsit
Participant

@burtadsit

Nope. That function is the beginning of a series of things that happens. The function that actually send out the emails is: groups_notification_group_invites() in /mu-plugins/bp-groups/bp-groups-notifications.php

Let me guess, you want to disable it there? Line 261 of that function is:

wp_mail( $to, $subject, $message );

Comment that out and no group invite email will ever leave your box.

Skip to toolbar