wpmu_new_site_admin_notification()wp-includes/ms-functions.php | Notifies the Multisite network administrator that a new site was created.
|
wp_initialize_site()wp-includes/ms-site.php | Runs the initialization routine for a given site.
|
get_oembed_response_data_for_url()wp-includes/embed.php | Retrieves the oEmbed response data for a given URL.
|
get_main_site_id()wp-includes/functions.php | Gets the main site ID.
|
get_current_network_id()wp-includes/load.php | Retrieves the current network ID.
|
WP_Network_Query::get_networks()wp-includes/class-wp-network-query.php | Gets a list of networks matching the query vars.
|
get_main_network_id()wp-includes/functions.php | Gets the main network ID.
|
WP_MS_Users_List_Table::column_blogs()wp-admin/includes/class-wp-ms-users-list-table.php | Handles the sites column output.
|
retrieve_password()wp-includes/user.php | Handles sending a password retrieval email to a user.
|
signup_another_blog()wp-signup.php | Shows a form for returning users to sign up for another site.
|
signup_user()wp-signup.php | Shows a form for a visitor to sign up for a new user account.
|
show_blog_form()wp-signup.php | Generates and displays the Sign-up and Create Site forms.
|
wpmu_delete_blog()wp-admin/includes/ms.php | Deletes a site.
|
populate_network()wp-admin/includes/schema.php | Populate network settings.
|
wp_install_defaults()wp-admin/includes/upgrade.php | Creates the initial content for a newly-installed site.
|
network_site_url()wp-includes/link-template.php | Retrieves the site URL for the current network.
|
network_home_url()wp-includes/link-template.php | Retrieves the home URL for the current network.
|
ms_allowed_http_request_hosts()wp-includes/http.php | Adds any domain in a multisite installation for safe HTTP requests to the allowed list.
|
wp_admin_bar_site_menu()wp-includes/admin-bar.php | Adds the “Site Name” menu.
|
add_new_user_to_blog()wp-includes/ms-functions.php | Adds a newly created user to the appropriate blog
|
fix_phpmailer_messageid()wp-includes/ms-functions.php | Corrects From host on outgoing mail to match the site domain.
|
wpmu_welcome_user_notification()wp-includes/ms-functions.php | Notifies a user that their account activation has been successful.
|
redirect_this_site()wp-includes/ms-functions.php | Ensures that the current site’s domain is listed in the allowed redirect host list.
|
install_blog()wp-includes/ms-deprecated.php | Install an empty blog.
|
wpmu_welcome_notification()wp-includes/ms-functions.php | Notifies the site administrator that their site activation was successful.
|
wpmu_validate_blog_signup()wp-includes/ms-functions.php | Processes new site registrations.
|
wp_get_network()wp-includes/ms-load.php | Retrieves an object containing information about the requested network.
|
ms_site_check()wp-includes/ms-load.php | Checks status of current blog.
|
get_dashboard_blog()wp-includes/ms-deprecated.php | Get the “dashboard blog”, the blog where users without a blog edit their profile data.
|
get_id_from_blogname()wp-includes/ms-blogs.php | Retrieves a site’s ID given its (subdomain or directory) slug.
|
ms_cookie_constants()wp-includes/ms-default-constants.php | Defines Multisite cookie constants.
|
User Contributed Notes
You must log in before being able to contribute a note or feedback.