Update: I’ve got it working now! It still shows a text box that says the User email must be confirmed, but it DOES create the user regardless of that information. Here is the code I have used:
function your_disable_activation( $user, $user_email, $key, $meta="" ) {
// Activate the user
$user_id = wpmu_activate_signup( $key );
wp_redirect( /*redirect to */ site_url() );
return false;
}
add_filter( 'wpmu_signup_user_notification', 'your_disable_activation', 10, 4 );
Related Posts:
- wordpress multisite, how to keep user on subdomain throughout registration process?
- Prevent user creating new users with specific roles
- How to add multiple existing users to a multisite site?
- WPMU – new users are automatically subscribed to the main blog – how to prevent that?
- Displaying a message upon user registration
- Add a user to a specific blog when they register?
- Four columns in the wp_users table
- How to change a user role after registering in multisite?
- How to fix that new users show up again in subsite of a Multisite?
- Easily adding multiple existing users to a multisite site
- Possible to have duplicate usernames on different two multisites
- Modify new user email notification in network admin screen wp multisite
- Users getting linked unwanted to main mu in WordPress multisite (WPMU)
- Can’t activate a user on multisite install
- A different role for each site in a multisite
- Using a number for limiting registering or banning on multisite
- How To Add Custom Form Fields To The User Profile Page?
- Why are my roles not visible in a Multi-site/Network?
- How to use same email for multiple users
- Where can I find documentation on what characters are allowed in user names and why?
- How can I un-reserve a pending username registration?
- Allow user to select a theme to install when they signup
- WordPress Multisite allow site admin to add user without email confirmation
- WordPress Multisite – When a user signs-up on main site, how to add the user to a subsite
- How to use alias domain for multisite installation?
- Allowing periods in usernames
- Different back-end colour scheme for the different sites of a multisite
- Remove Site Name from register form – Multisite
- Set up collaborative site
- Integrating WordPress to my website, while keeping my own authentication system
- How does WordPress connect sites and the wp_users table?
- Can’t add user to blog on registration (Multisite)
- Is there a wordpress function to cleanly delete an entry in the signups table?
- WordPress 3.2(Multisite) – How to add custom user meta fields to signup form?
- How to make wp-signup.php a 1-step process [closed]
- How can I get multisite primary blog (url or path) for current user?
- Why can’t I delete original user in multisite? Options for manual removal
- Stuck with WordPress Multisite Custom signup page without .htaccess modification
- How to add edit users capability to a custom role?
- In MultiSite, can some users automatically have Site Admin rights on all sites, without granting them Network Admin access?
- Disable domain redirect
- Update User Role Across Network when Main Site User is Updated
- Assign role to user on first login, if they are first (after admin)
- Get the User ID Who Owns a Given Blog ID in Multisite
- Make a user administrator to a sub directory site and a contributor to main site in multisite network
- Query users by capability – uninstall/deactivate callback
- How to change user starting role in WordPress MultiSite?
- Multisite – One user allowed access to all sites?
- How do you disable account activation in WPMU and then log the user in right away?
- Auto creation of multisite blog on user registration
- Multisite – user email activation links broken
- WP MU Register User across all blogs
- Using the standard WordPress “New User” interface on a multisite
- Create Custom Multisite User Role to Reduce Capabilities
- Obtaining user table for one site on multisite set up
- How can I add custom meta on signup page and pass along to be used after blog activation?
- Users are being redirected to main site when trying to register on subsite of my Multisite network
- How to display users with posts published between two dates (Sorted by Post-Count) [Multisite]
- Get users registered 30 days ago(or more)
- Bulk Move Users from one site to another within a network ( Multisite )
- WordPress Multisite – Load users using custom query
- How can I manually activate a new site in a wordpress multisite network?
- User registration on two sites in same multisite
- Copy user role on multisite so the user can access subsites with same role
- How To Disable Add new users On Subsites In Multisite?
- Wait ajax to complete before continue loop
- How to delete user from MU site when the user is removed from their site?
- WordPress Multisite Add User
- Customize or avoid new admin email address notification
- How to share User Database between Two Multisite Installations + More
- Using Same User Database on Subdomain
- How to get the blogs owned by a user?
- User registration is currently not allowed
- How to redirect user after session timeout
- Multisite ‘Welcome User Email’ SITE_NAME returns ‘network’ name, not the name of the blog
- can’t create user without email for an author after converting single site to multisite
- Restrict users of site 1 to login in site 2 in wordpress multisite
- “My Sites” incorrectly showing all network sites for all logged in users
- User registration on wordpress multisite
- How to use the same users table on multiple wordpress sites
- Activate User account for Sub Site broken
- Multisite – each site with it’s own set of users
- How to auto create site after user sign up on multisite(network)
- Get current user outside of WordPress Multisite
- Multisite – User creation for second site from first site?
- How to create child/sub user under parent user
- How to Create WPMu New User?
- WordPress MU users – how are they organized?
- How does adding custom meta to signup form work?
- Possible to set new user’s site time zone at user creation using Gravity Forms?
- Is there any way to give all users access to one blog in a multisite network without using a plugin?
- multisite registration: check existing subdomains while typing
- Redirect authors from upload.php url to Home page in Multisite
- Registration Page
- How to use same email for multiple users? [duplicate]
- Unsure of my options, Multi-blog?
- WordPress Multisite (Network) some site users added to main site users list as subscriber
- Create service similar to wordpress.com [closed]
- Multisite Login Access Restrictions
- Change a subsite Admin role of a WordPress Multisite after 24 hours registering