New and updated in MU
-
functionwelcome_user_msg_filter()
Ensures that the welcome message is not empty. Currently unused.
-
Adds a new user to a blog by visiting /newbloguser/{key}/.
-
functionadd_existing_user_to_blog()
Adds a user to a blog based on details from maybe_add_existing_user_to_blog().
-
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.
-
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.
-
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.
-
functionnewblog_notify_siteadmin()
Notifies the network admin that a new site has been activated.
-
Filters the message body of the new site activation email sent to the network administrator.
-
functionnewuser_notify_siteadmin()
Notifies the network admin that a new user has been activated.
-
Filters the message body of the new user activation email sent to the network administrator.
-
functionwpmu_activate_signup()
Activates a signup.
-
functiondomain_exists()
Checks whether a site name is already taken.