wp-includes/class-wp-application-passwords.php:
WP_Application_Passwords::set_user_application_passwords()
|
Sets a user’s application passwords.
|
wp-includes/ms-site.php:
wp_initialize_site()
|
Runs the initialization routine for a given site.
|
wp-includes/class-wp-user.php:
WP_User::add_role()
|
Adds role to user.
|
wp-includes/class-wp-user.php:
WP_User::remove_role()
|
Removes role from user.
|
wp-includes/class-wp-user.php:
WP_User::set_role()
|
Sets the role of the user.
|
wp-includes/class-wp-user.php:
WP_User::update_user_level_from_caps()
|
Updates the maximum user level for the user.
|
wp-includes/class-wp-user.php:
WP_User::add_cap()
|
Adds capability and grant or deny access to capability.
|
wp-includes/class-wp-user.php:
WP_User::remove_cap()
|
Removes capability from user.
|
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-includes/user.php:
send_confirmation_on_profile_email()
|
Sends a confirmation request email when a change of user email address is attempted.
|
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()
|
Inserts a user into the database.
|
wp-includes/user.php:
update_user_option()
|
Updates 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()
|
Gets 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()
|
Removes a user from a blog.
|
wp-admin/includes/class-wp-screen.php:
WP_Screen::render_meta_boxes_preferences()
|
Renders the meta boxes preferences.
|
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/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-admin/includes/ajax-actions.php:
wp_ajax_save_wporg_username()
|
Ajax handler for saving the user’s WordPress.org username.
|
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_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/ajax-actions.php:
wp_ajax_closed_postboxes()
|
Ajax handler for closed post boxes.
|
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/ms.php:
choose_primary_blog()
|
Handles the display of choosing a user’s primary site.
|