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?
- Condionally/limited emails from system (cantact-form, registration, passwd reset)With
- Default Usermeta Entries for every newly created user?
- If the current user is an administrator or editor
- How to change the default registration email ? (plugin and/or non-plugin)
- Editor can create any new user except administrator
- How do I add a field on the Users profile? For example, country, age etc
- How do I display logged-in username IF logged-in?
- How to allow an user role to create a new user under a role which lower than his level only?
- user_login vs. user_nicename
- How to programatically change username (user_login)?
- Change the Author Slug from Username to Nickname
- Remove Ability for Other Users to View Administrator in User List?
- Difference between update_user_meta and update_user_option
- Make display name unique
- Make WooCommerce pages accessible for logged in users only
- Find out if logged in user is not subscriber
- WordPress usermeta scaling for thousands of users
- How to get WordPress Username in Array format
- Display user registration date
- Get multiple roles with get_users
- How to Merge Two Authors Into One?
- Whats the best way to share user data across multiple WordPress websites?
- get_current_user_id() returns 0?
- How to get userid at wp_logout action hook?
- Groups of capabilities: users with multiple roles?
- Is there a way to merge two users?
- User-edit role setting distinct from wp_capabilities? [closed]
- List users by last name in WP_User_Query
- What’s the difference between the capability remove_users and delete_users?
- How to restrict access to uploaded files?
- Automatically delete inactive users after 2 months
- How to change user_login with wp-cli?
- Delete all subscribers from wp_users and wp_usermeta a few thousand at a time
- Replacing the WordPress password validation
- Ban a user and end their session
- Allowing users to edit only their page and nobody else’s
- How can 2 blogs share the same users
- alphabetically order role drop-down selection in dashboard
- WordPress auto login after registration not working
- Change the author slug from nickname to ID
- Execute a function when admin changes the user role
- How to let contributors to create a new revision(draft) editing their published posts
- how to use joomla password format in wordpress?
- How to do get_users() with multiple meta_keys
- Disallowing Users of a Custom Role from Deleting or Adding Administrators?
- What the user_status column?
- How to limit users to one comment per post
- Different back-end language for different users?
- Hide Admin Menu for Specific User ID who has administrator Role
- Migrating WordPress users into Disqus
- Problem with Hebrew characters in username
- Is there an upper limit for users in WP?
- How to display the status of users (online – offline) in archive.php
- Remove email verification when new user register
- How to change user`s avatar?
- Allow up to 5 Concurrent Login Sessions
- How to let user set password on registration
- How to hide media uploads by other users in the Media menu?