Haven’t really tested this, but WP actually uses this filter if you check the “noconfirmation” box, except that it does so only for super_admins, like you said:
add_filter( 'wpmu_signup_user_notification', '__return_false' );
Related Posts:
- How to limit user registration to a specific set of domains?
- How can I find users that didn’t set a password?
- How to change the default registration email ? (plugin and/or non-plugin)
- How to allow an user role to create a new user under a role which lower than his level only?
- Is it possible to remove username field from the registration page? If so, how?
- Adding fields to the “Add New User” screen in the dashboard
- users table – user_name vs. nicename
- How do I programmatically set default role for new users?
- Display user registration date
- Whats the best way to share user data across multiple WordPress websites?
- Google Apps login in wordpress
- How do I create a password reset link?
- Can I hook into user registration *before* a user is created?
- How can I be certain that a user has verified their email after registration?
- WordPress auto login after registration not working
- wordpress multisite, how to keep user on subdomain throughout registration process?
- Placeholder text for registration form
- What the user_status column?
- Use the user_activation_key for other purposes
- Problem with Hebrew characters in username
- Remove email verification when new user register
- How to set up User email verification after Signup?
- Stop spam users from registering without disabling user registration?
- How do I create a user using the new JSON api in 4.7?
- How to let user set password on registration
- How to check if the user registration is allowed/active?
- How to display custom user meta from registration in backend?
- How can i force Display names to be the same as Usernames?
- Integrating WordPress to my website, while keeping my own authentication system
- How to prevent spam users registering even with registration disabled
- Custom registration form page/template
- Multi-steps WordPress registration : in 4 steps how to?
- Insert “New User” and update/set meta data at once
- Send automatic email to user after wp_create_user
- Force users to complete their profile after they register? How to
- Mail isn’t sent after local site registration
- How to prevent certain usernames from being registered?
- Prevent user creating new users with specific roles
- How to disable or protect against disposable email accounts?
- How do i auto approve new user?
- Copy a user from one WordPress site to another
- Can I hook into the invite user process to verify their email address is from a certain domain?
- Changing username after registration to get around the issue of having duplicate emails?
- How to create custom LOGIN and REGISTRATION forms?
- How to get user ID during registration and add it to a custom table
- Registration key
- Get user info outside WordPress
- User defined password at registration – registration email sends auto generated pass
- Custom user profile, registration, login page with theme
- Limit content by user registration date
- What is the best way to avoid spammers registering to my blog?
- ACF Upload Image in front-end with custom form
- Advice on setting up a site with front end registration
- How to add a description to the user name input field in the registration form?
- Creating a Closed WordPress Community Using Referral Codes
- Authenticating to WordPress, using my own authentication two-factor system
- How to add multiple existing users to a multisite site?
- How to customize wp_signon()
- How to add a checkbox to registration and user profile?
- Will WordPress username displayed somewhere in the site?
- How Do I Prevent Junk Account Creation?
- Function like is_registration_page to check if current page is registration page
- wp_create_user hook
- Payment on Registration?
- White spaces in username give 404 on author page
- WordPress members-only page with link visible only to members
- Upload files programmatically to users
- Password field (and confirmation) showing up twice on registration
- Can I bulk register contributors for a new blog
- New user notification doesn’t include activation link
- auto assign sequence base username while registration
- How to disable user registration for the default subscriber user role?
- How do I enable new account notification emails (to the administrator)?
- How do I show errors after validation with a custom form frontend?
- WPMU – new users are automatically subscribed to the main blog – how to prevent that?
- WordPress to use Drupal users’ credentials
- Create not-activated user in code, wordpress
- How to allow more than one registered user to have the same email?
- Send custom signup approval email to different Administrators selectively
- Is there a maximum length to user passwords?
- Front End Registration Form Code – Password Field Not Saving
- Registering without e-mail adress!
- How can I verify users facebook ID that he provides during signup process
- Batch users creation
- Add More Fields to Users Pages (Admin Panel)
- After e-junkie payment, send a http post to register user automatically?
- Checked checkbox?
- Set user password after creating user
- Email confirmation in user registration form without a plugin
- How to pass external variables to the wp_new_user_notification_email filter?
- How to add additional information to a user on user creation?
- On user registration, if welcome mail sent, add post with new user as author
- Plugin for limiting user registration based on ip with expiry period?
- Displaying a message upon user registration
- Average Account Age
- How to allow wordpress to create username with symbols like +
- How to bypass the username as a required field in registration and just use email address instead?
- How to add custom fields to my custom registration form
- Does the user_register change in multisite?
- Registration options and approvals