New and updated in MU
-
Fires immediately after a new user is activated.
-
functioninsert_blog()
Store basic site info in the blogs table.
-
Fires immediately after a site is activated.
-
functioninstall_blog()
Install an empty blog.
-
functionwpmu_create_user()
Creates a user.
-
functioninstall_blog_defaults()
Set blog defaults.
-
hookwpmu_new_user
Fires immediately after a new user is created.
-
functionwpmu_welcome_notification()
Notifies the site administrator that their site activation was successful.
-
Filters the message content of the new blog notification email.
-
functionis_email_address_unsafe()
Checks an email address against a list of banned domains.
-
Filters the subject of the new blog notification email.
-
functionwpmu_validate_user_signup()
Sanitizes and validates data required for a user sign-up.
-
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 the validated user registration details.
-
Filters whether to bypass the email notification for new user sign-up.
-
functionwpmu_validate_blog_signup()
Processes new site registrations.
-
Filters the content of the notification email for new user sign-up.
-
hooknewblogname
Filters the new site name during registration.
-
Filters the subject of the notification email of new user signup.
-
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.
-
hookadd_user_to_blog
Fires immediately after a user is added to a site.
-
Fires before a user is removed from a site.
-
functionclear_global_post_cache()
Deprecated functionality to clear the global post cache.
-
functionis_main_blog()
Deprecated functionality to determine if the current site is the main site.
-
functionvalidate_email()
Deprecated functionality to validate an email address.
-
functionget_blog_list()
Deprecated functionality to retrieve a list of all sites.