I have a network of wp blog (one blog per user).
How I can disable email activation when you create a blog?
I need the blog does not need activation to work
I need to register a new user / blog is only 1 step.
I found several ways but were referred to buddypress and I do not have that system.
I also found a plugin by wpmudev but payment 🙁
This is untested, but create a Must Use plugin and add the following, it should block any email to be sent:
To do something else, use it like this:
To auto-activate, try adding this code (
wpmu_activate_signup
+wp_set_auth_cookie
) or better yet combining it with the above.