wp-includes/class-wp-application-passwords.php: WP_Application_Passwords::set_user_application_passwords() | Sets a users application passwords. |
wp-includes/ms-site.php: wp_initialize_site() | Runs the initialization routine for a given site. |
wp-includes/script-loader.php: wp_localize_community_events() | Localizes community events data that needs to be passed to dashboard.js. |
wp-admin/includes/ajax-actions.php: wp_ajax_get_community_events() | Handles Ajax requests for community events |
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() | Installs the site. |
wp-admin/includes/upgrade.php: wp_install_defaults() | Creates the initial content for a newly-installed site. |
wp-admin/includes/user.php: default_password_nag_handler() | |
wp-admin/includes/user.php: default_password_nag_edit_user() | |
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_closed_postboxes() | Ajax handler for closed post boxes. |
wp-admin/includes/ajax-actions.php: wp_ajax_hidden_columns() | Ajax handler for hidden columns. |
wp-admin/includes/ajax-actions.php: wp_ajax_update_welcome_panel() | Ajax handler for updating whether to display the welcome panel. |
wp-admin/includes/ajax-actions.php: wp_ajax_meta_box_order() | Ajax handler for saving the meta box order. |
wp-admin/includes/nav-menu.php: wp_nav_menu_setup() | Register nav menu meta boxes and advanced menu items. |
wp-admin/includes/nav-menu.php: wp_initial_nav_menu_meta_boxes() | Limit the amount of meta boxes to pages, posts, links, and categories for first time users. |
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: reset_password() | Handles resetting the user’s password. |
wp-includes/user.php: register_new_user() | Handles registering a new 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, along with specifying the user’s role. |
wp-includes/ms-functions.php: remove_user_from_blog() | Remove a user from a blog. |