New and updated in MU
-
functionis_user_option_local()
Check whether a usermeta key has to do with the current blog.
-
Determines whether users can self-register, based on Network settings.
-
functionwelcome_user_msg_filter()
Ensures that the welcome message is not empty. Currently unused.
-
functionmaybe_redirect_404()
Corrects 404 redirects when NOBLOGREDIRECT is defined.
-
functionget_most_recent_post_of_user()
Gets a user’s most recent post.
-
functionget_dirsize()
Gets the size of a directory.
-
functionrecurse_dirsize()
Gets the size of a directory recursively.
-
functioncheck_upload_mimes()
Checks an array of MIME types against a list of allowed types.
-
Filters the content of the welcome email sent to the site administrator after site activation.
-
functionupdate_posts_count()
Updates a blog’s post count.
-
Filters the subject of the welcome email sent to the site administrator after site activation.
-
functionwpmu_log_new_registrations()
Logs the user email, IP, and registration date of a new site.
-
functionwpmu_welcome_user_notification()
Notifies a user that their account activation has been successful.
-
functionredirect_this_site()
Ensures that the current site’s domain is listed in the allowed redirect host list.
-
Filters whether to bypass the welcome email after user activation.
-
functionupload_is_file_too_big()
Checks whether an upload is too big.
-
Filters the content of the welcome email after user activation.
-
functionsignup_nonce_fields()
Adds a nonce field to the signup page.
-
Filters the subject of the welcome email after user activation.
-
functionsignup_nonce_check()
Processes the signup nonce created in signup_nonce_fields().
-
functionget_current_site()
Gets the current network.
-
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.
-
functionwpmu_create_blog()
Creates a site.
-
Filters whether to bypass the welcome email sent to the site administrator after site activation.
-
hookwpmu_new_blog
Fires immediately after a new site is created.