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.
|
wp_uninitialize_site()wp-includes/ms-site.php | Runs the uninitialization routine for a given site.
|
wp_insert_site()wp-includes/ms-site.php | Inserts a new site into the database.
|
wp_update_site()wp-includes/ms-site.php | Updates a site in the database.
|
wp_delete_site()wp-includes/ms-site.php | Deletes a site from the database.
|
WP_Network::get_main_site_id()wp-includes/class-wp-network.php | Returns the main site ID for the network.
|
WP_REST_Users_Controller::create_item()wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php | Creates a single user.
|
WP_Site_Query::get_sites()wp-includes/class-wp-site-query.php | Retrieves a list of sites matching the query vars.
|
wpmu_delete_blog()wp-admin/includes/ms.php | Deletes a site.
|
wp_lostpassword_url()wp-includes/general-template.php | Returns the URL that allows the user to reset the lost password.
|
is_user_member_of_blog()wp-includes/user.php | Finds out whether a user is a member of a given blog.
|
wp_get_sites()wp-includes/ms-deprecated.php | Return an array of sites for a network or networks.
|
get_active_blog_for_user()wp-includes/ms-functions.php | Gets one of a user’s active blogs.
|
add_user_to_blog()wp-includes/ms-functions.php | Adds a user to a blog, along with specifying the user’s role.
|
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_blog_status()wp-includes/ms-blogs.php | Gets a blog details field.
|
clean_blog_cache()wp-includes/ms-site.php | Clean the blog cache
|
get_blogaddress_by_id()wp-includes/ms-blogs.php | Gets a full site URL, given a site ID.
|
wp_xmlrpc_server::_multisite_getUsersBlogs()wp-includes/class-wp-xmlrpc-server.php | Private function for retrieving a users blogs for multisite setups.
|
User Contributed Notes
You must log in before being able to contribute a note or feedback.