wp-login.php:
retrieve_password()
|
Handles sending password retrieval email to user.
|
wp-includes/deprecated.php:
get_profile()
|
Retrieve user data based on field.
|
wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:
WP_REST_Users_Controller::create_item()
|
Creates a single user.
|
wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:
WP_REST_Users_Controller::update_item()
|
Updates a single user.
|
wp-includes/media.php:
wp_media_personal_data_exporter()
|
Finds and exports attachments associated with an email address.
|
wp-includes/l10n.php:
get_user_locale()
|
Retrieves the locale of a user.
|
wp-includes/pluggable-deprecated.php:
get_userdatabylogin()
|
Retrieve user info by login name.
|
wp-includes/pluggable-deprecated.php:
get_user_by_email()
|
Retrieve user info by email.
|
wp-includes/pluggable-deprecated.php:
wp_setcookie()
|
Sets a cookie for a user who just logged in. This function is deprecated.
|
wp-includes/class-wp-query.php:
WP_Query::get_posts()
|
Retrieve the posts based on query variables.
|
wp-includes/pluggable.php:
get_userdata()
|
Retrieve user info by user ID.
|
wp-includes/pluggable.php:
wp_validate_auth_cookie()
|
Validates authentication cookie.
|
wp-includes/comment.php:
check_comment()
|
Check whether a comment passes internal checks to be allowed to add.
|
wp-includes/link-template.php:
get_avatar_data()
|
Retrieves default data about the avatar.
|
wp-includes/ms-deprecated.php:
get_user_id_from_string()
|
Get a numeric user ID from either an email address or a login.
|
wp-includes/ms-deprecated.php:
is_site_admin()
|
Determine if user is a site admin.
|
wp-includes/ms-deprecated.php:
get_user_details()
|
Deprecated functionality to retrieve user information.
|
wp-includes/meta.php:
get_object_subtype()
|
Returns the object subtype for a given object ID of a specific type.
|
wp-includes/user.php:
wp_user_personal_data_exporter()
|
Finds and exports personal data associated with an email address from the user and user_meta table.
|
wp-includes/user.php:
wp_create_user_request()
|
Create and log a user request to perform a specific action.
|
wp-includes/user.php:
username_exists()
|
Checks whether the given username exists.
|
wp-includes/user.php:
email_exists()
|
Checks whether the given email exists.
|
wp-includes/user.php:
wp_authenticate_username_password()
|
Authenticate a user, confirming the username and password are valid.
|
wp-includes/user.php:
wp_authenticate_email_password()
|
Authenticates a user using the email and password.
|
wp-includes/post.php:
get_pages()
|
Retrieve a list of pages (or hierarchical post type items).
|
wp-includes/ms-functions.php:
is_user_spammy()
|
Check to see whether a user is marked as a spammer, based on user login.
|
wp-includes/ms-functions.php:
wpmu_signup_blog_notification()
|
Send a confirmation request email to a user when they sign up for a new site. The new site will not become active until the confirmation link is clicked.
|
wp-includes/ms-functions.php:
wpmu_signup_user_notification()
|
Send a confirmation request email to a user when they sign up for a new user account (without signing up for a site at the same time). The user account will not become active until the confirmation link is clicked.
|
wp-admin/includes/schema.php:
populate_network()
|
Populate network settings.
|
wp-admin/includes/user.php:
_wp_personal_data_handle_actions()
|
Handle list table actions.
|