Reading the code I would try something like this:
add_filter(
'bp_core_signup_send_validation_email_to',
'wpse_60858_catch_user_signup_mail'
);
function wpse_60858_catch_user_signup_mail()
{
// make sure to use a valid email. test it with different addresses
return get_site_option( 'admin_email', '[email protected]' );
}
This changes the $to part only.
Related Posts:
- get_user_meta() doesn’t include user email?
- Confirmation required on email change
- Email user when password is reset by admin
- How to set up User email verification after Signup?
- How can I get users email (and additional data) from the rest API?
- Send activation email to user after signup [duplicate]
- BuddyPress | Check if user is in current group [closed]
- Redirect after User Activation [closed]
- Changing default Buddypress avatar affects all site avatars (because gravatar)
- Send Email to Users after Deleting Account
- Adding second Email address for WP user notifications
- Add email addresses to already registered users
- How can I check if a user’s email exists in the database
- Suddenly all emails in User have [email protected]
- how to make a profile entry read only except for site managers [closed]
- Forcing WordPress to work differently
- Translate emails into the language of the user
- How to notify specific users when i’m posting/modifying a new post
- Unable to change email address of admin on localhost
- Send email to all registered users [closed]
- How to display text if profile fields are not filled?
- how to remove email field from default user registration form on wordpress
- What is correct way to change user’s email?
- Send clear password via mail
- Change user slug in Buddypress
- Need to manually add multiple WP users with same e-mail address (with good reason)
- redirect user to their profile after log in
- WP Create User – Preventing repeated information
- User with same Mail but a different additional info(like domain)
- wp_delete_user – huge overhead in Buddypress?
- How do I update user email from frontend input field?
- Custom Password Reset
- Send user auto generated password on different email
- User email verification without a plugin, is it possible?
- Exclude Current user email and send notification
- Set user role on registration so can upload file to own media library area
- Does WordPress Need BuddyPress to Handle Large Amounts of Users?
- Buddypress – New user type with no profile and can’t interact but can be admin of a group
- New User Registration email
- how can i inform other users about new user registration? [closed]
- Email Subscribe for Downloads in WordPress
- Buddypress: “Auto load” specific usermeta in WP?
- Default Usermeta Entries for every newly created user?
- how to use joomla password format in wordpress?
- How to do get_users() with multiple meta_keys
- Limiting the number of users
- ‘username_exists’ still returns an ID even after deleting record from the database?
- Track logged in users’ visits
- Force users to complete their profile after they register? How to
- Plugin that would allow WordPress Authors to “follow” other Authors and query “Activity Info” from that
- Limit content by user registration date
- What is the best way to avoid spammers registering to my blog?
- Completely hide user info
- get_userdata by username
- Prevent Admin user to edit/see super admin from users list
- How can I check if the admin bar is visible to the current user?
- Redirect User to Homepage if no other redirect is specified
- Total Word Count For Posts And Comments By One Author
- How can I display show/hide elements when user is registered?
- How can I allow password reset based on logins containing the @ character?
- Register new user in the frontend
- User Last Login Sort Column
- get_users() timeout on big userbase — options to divide query?
- Plugin for limiting user registration based on ip with expiry period?
- Using user_status in conditional with get_users to return existing users
- Split Blog Into Two Sections?
- mysql query two database tables, users and usermeta and sort by custom meta int value
- How to hide WordPress users’ names externally?
- Force user to change their password on the frontend at the first login and password policy
- Should I encrypt the response that triggers an Ajax action? Is nonce sufficient?
- How to force authors to ‘submit for review’?
- Turn off password requirement
- How to duplicate a wordpress user and all his/her data from custom fields?
- Add a role and give admin priviledges
- MySQL query to mass change role of users
- Use WordPress Login for a non-wordpress site
- How to change user`s avatar?
- Check for valid email after user inactivity?
- How do I let contributors edit their posts after being approved once?
- Custom Comment Notifications Fire on each Page Load
- Fix ‘Add Role’ Option not there in wordpress 5.2.2
- Check if user is logged in via JS? [duplicate]
- Page for logged in user to Edit/Delete their own content?
- Followers for WordPress [duplicate]
- Is it possible to build social networking website using WordPress?
- Is there a way to call via javascript if a user is logged-in on a static html file?
- Is this a hack? WordPress Usernames of every website we have changed into one single name automatically?
- Getting user data via ajax
- The same session information for peer users on two different WordPress servers
- Custom User Page
- Changing the admin User Profile page
- UserMeta Changes Meta Value for Post ID
- Separate Profiles for Users
- Migrating Users along with their password
- How to get current user ID in array meta_value?
- Increase by one the user counter on specific role
- Website for online video conferences with students and teachers with WordPress?
- WordPress: New user role which is ONLY allowed to manage media
- Unable to retrieve Users (Not logged in) through WP Rest API
- Email notification when registred user clicks a link/visits page