File: wp-includes/ms-functions.php
-
Notifies the Multisite network administrator that a new site was created.
-
Filters whether to send an email to the Multisite network administrator when a new site is created.
-
hooknew_site_email
Filters the content of the email sent to the Multisite network administrator when a new site is created.
-
Deletes an associated signup entry when a user is deleted from the database.
-
Filters whether to send the network admin email change notification email.
-
Filters the contents of the email notification sent when the network admin email address is changed.
-
Sends a confirmation request email when a change of network admin email address is attempted.
-
Filters the text of the email sent when a change of network admin email address is attempted.
-
Sends an email to the old network admin email address when the network admin email address changes.
-
Filters whether a user should be added to a site.
-
Filters the minimum site name length required when validating a site signup.
-
hooksignup_site_meta
Filters the metadata for a site signup.
-
hooksignup_user_meta
Filters the metadata for a user signup.
-
Retrieves a list of reserved site on a sub-directory Multisite installation.
-
Fires after site signup information has been written to the database.
-
Fires after a user’s signup information has been written to the database.
-
Filters whether the network is considered large.
-
functionwp_update_network_site_counts()
Updates the network-wide site count.
-
functionwp_update_network_user_counts()
Updates the network-wide user count.
-
functionget_space_used()
Returns the space used by the current site.
-
Filters the amount of storage space used by the current site, in megabytes.
-
functionget_space_allowed()
Returns the upload quota for the current blog.
-
Filters the upload quota for the current site.
-
functionget_upload_space_available()
Determines if there is any upload space left in the current blog’s quota.
-
functionis_upload_space_available()
Determines if there is any upload space left in the current blog’s quota.
-
functionupload_size_limit_filter()
Filters the maximum upload file size allowed, in bytes.
-
functionwp_is_large_network()
Determines whether or not we have a large network.
-
functionis_user_spammy()
Determines whether a user is marked as a spammer, based on user login.
-
functionupdate_blog_public()
Updates this blog’s ‘public’ setting in the global blogs table.
-
Determines whether users can self-register, based on Network settings.