New and updated in MU (3.0.0)
-
Filters the message body of the new user activation email sent to the network administrator.
-
functiondomain_exists()
Checks whether a site name is already taken.
-
functioninsert_blog()
Store basic site info in the blogs table.
-
functioninstall_blog()
Install an empty blog.
-
functioninstall_blog_defaults()
Set blog defaults.
-
functionwpmu_welcome_notification()
Notifies the site administrator that their site activation was successful.
-
functionwpmu_activate_signup()
Activates a signup.
-
Filters whether to bypass the welcome email sent to the site administrator after site activation.
-
Fires immediately after a new user is activated.
-
Fires immediately after a site is activated.
-
functionwpmu_validate_blog_signup()
Processes new site registrations.
-
hooknewblogname
Filters the new site name during registration.
-
Filters site details and error messages following registration.
-
functionwpmu_signup_blog()
Records site signup information for future activation.
-
functionwpmu_signup_user()
Records user signup information for future activation.
-
functionwpmu_signup_blog_notification()
Sends a confirmation request email to a user when they sign up for a new site. The new site will not become active until the confirmation link is clicked.
-
Filters whether to bypass the new site email notification.
-
Filters the message content of the new blog notification email.
-
Filters the subject of the new blog notification email.
-
functionwpmu_signup_user_notification()
Sends a confirmation request email to a user when they sign up for a new user account (without signing up for a site at the same time). The user account will not become active until the confirmation link is clicked.
-
Filters whether to bypass the email notification for new user sign-up.
-
Filters the content of the notification email for new user sign-up.
-
Filters the subject of the notification email of new user signup.
-
functionis_email_address_unsafe()
Checks an email address against a list of banned domains.
-
functionwpmu_validate_user_signup()
Sanitizes and validates data required for a user sign-up.
-
Filters the validated user registration details.
-
functionget_sitestats()
Gets the network’s site and user counts.
-
functionget_admin_users_for_domain()
Get the admin for a domain/path combination.
-
functionget_active_blog_for_user()
Gets one of a user’s active blogs.
-
functionget_user_count()
Returns the number of active users in your installation.