New and updated in MU (3.0.0)
-
Filters the new site meta variables.
-
functionconfirm_another_blog_signup()
Shows a message confirming that the new site has been created.
-
functionsignup_user()
Shows a form for a visitor to sign up for a new user account.
-
functionvalidate_user_signup()
Validates the new user sign-up.
-
functionconfirm_user_signup()
Shows a message confirming that the new user has been registered and is awaiting activation.
-
functionsignup_blog()
Shows a form for a user or visitor to sign up for a new site.
-
functionshow_user_form()
Displays the fields for the new user account registration form.
-
functionvalidate_blog_signup()
Validates new site signup.
-
functionvalidate_user_form()
Validates user sign-up name and email.
-
functionconfirm_blog_signup()
Shows a message confirming that the new site has been registered and is awaiting activation.
-
functionsignup_another_blog()
Shows a form for returning users to sign up for another site.
-
Fires when hidden sign-up form fields output when creating another site or user.
-
functionvalidate_another_blog_signup()
Validates a new site sign-up for an existing user.
-
functiondo_signup_header()
Prints signup_header via wp_head.
-
functionwpmu_signup_stylesheet()
Prints styles for front-end Multisite Sign-up pages.
-
functionshow_blog_form()
Generates and displays the Sign-up and Create Site forms.
-
functionvalidate_blog_form()
Validates the new site sign-up.
-
Filters the columns displayed in the Network Admin Users list table.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-ms-users-list-table.php:207 -
Filters the languages available in the dropdown.
-
hooklang_codes
Filters the language codes.
-
hookdelete_blog
Fires before a site is deleted.
-
hookwpmu_drop_tables
Filters the tables to drop when the site is deleted.
-
Filters the upload base directory to delete when the site is deleted.
-
hookwpmu_delete_user
Fires before a user is deleted from the network.
-
Filters the text of the email sent when a change of site admin email address is attempted.
-
Filters the text of the email sent when a change of user email address is attempted.
-
functionupload_is_user_over_quota()
Checks whether a site has used its allotted upload space.
-
functiondisplay_space_usage()
Displays the amount of disk space used by the current site. Not used in core.
-
functionfix_import_form_size()
Gets the remaining upload space for this site.
-
hookwpmuadminresult
Fires in the Network Admin ‘Right Now’ dashboard widget just before the user and site search form fields.