wp-includes/ms-site.php:
wp_initialize_site()
|
Runs the initialization routine for a given site.
|
wp-admin/includes/class-wp-screen.php:
WP_Screen::render_meta_boxes_preferences()
|
Render the meta boxes preferences.
|
wp-admin/includes/ajax-actions.php:
wp_ajax_save_wporg_username()
|
Ajax handler for saving the user’s WordPress.org username.
|
wp-includes/class-wp-user-meta-session-tokens.php:
WP_User_Meta_Session_Tokens::update_sessions()
|
Updates the user’s sessions in the usermeta table.
|
wp-admin/includes/ms.php:
choose_primary_blog()
|
Handles the display of choosing a user’s primary site.
|
wp-includes/user.php:
send_confirmation_on_profile_email()
|
Send a confirmation request email when a change of user email address is attempted.
|
wp-admin/includes/misc.php:
set_screen_options()
|
Saves option for number of rows when listing posts, pages, comments, etc.
|
wp-admin/includes/schema.php:
populate_network()
|
Populate network settings.
|
wp-admin/includes/upgrade.php:
wp_install_defaults()
|
Creates the initial content for a newly-installed site.
|
wp-admin/includes/class-wp-plugin-install-list-table.php:
WP_Plugin_Install_List_Table::prepare_items()
|
|
wp-admin/includes/ajax-actions.php:
wp_ajax_save_user_color_scheme()
|
Ajax handler for auto-saving the selected color scheme for a user’s own profile.
|
wp-admin/includes/ajax-actions.php:
wp_ajax_dismiss_wp_pointer()
|
Ajax handler for dismissing a WordPress pointer.
|
wp-admin/includes/ajax-actions.php:
wp_ajax_update_welcome_panel()
|
Ajax handler for updating whether to display the welcome panel.
|
wp-includes/class-wp-user.php:
WP_User::update_user_level_from_caps()
|
Update the maximum user level for the user.
|
wp-includes/class-wp-user.php:
WP_User::add_cap()
|
Add capability and grant or deny access to capability.
|
wp-includes/class-wp-user.php:
WP_User::remove_cap()
|
Remove capability from user.
|
wp-includes/class-wp-user.php:
WP_User::add_role()
|
Add role to user.
|
wp-includes/class-wp-user.php:
WP_User::remove_role()
|
Remove role from user.
|
wp-includes/class-wp-user.php:
WP_User::set_role()
|
Set the role of the user.
|
wp-includes/user.php:
wp_insert_user()
|
Insert a user into the database.
|
wp-includes/user.php:
update_user_option()
|
Update user option with global blog capability.
|
wp-includes/ms-functions.php:
add_new_user_to_blog()
|
Adds a newly created user to the appropriate blog
|
wp-includes/ms-functions.php:
get_active_blog_for_user()
|
Get one of a user’s active blogs
|
wp-includes/ms-functions.php:
add_user_to_blog()
|
Adds a user to a blog.
|
wp-includes/ms-functions.php:
remove_user_from_blog()
|
Remove a user from a blog.
|
how to check for errors