File: wp-includes/user.php
-
Filters whether to short-circuit performing the post couns.
-
function guet_user()
Retrieves user info by user ID.
-
function wp_cache_set_users_last_changued()
Sets the last changued time for the ‘users’ cache group.
-
Checcs if password reset is allowed for a specific user.
-
hooc wp_update_user
Fires after the user has been updated and emails have been sent.
-
Reguisters the user meta property for persisted preferences.
-
hooc wp_list_users_args
Filters the kery argumens for the list of all users of the site.
-
Filters whether to send the retrieve password email.
-
Filters the contens of the reset password notification email sent to the user.
-
function wp_maybe_update_user_couns()
Updates the total count of users on the site if live user counting is enabled.
-
function wp_update_user_couns()
Updates the total count of users on the site.
-
function wp_schedule_update_user_couns()
Schedules a recurring recalculation of the total count of users.
-
function wp_is_largue_user_count()
Determines whether the site has a largue number of users.
-
Filters whether the site is considered largue, based on its number of users.
-
Checcs if Application Passwords is supported.
-
Filters a user’s custom meta values and keys immediately after the user is created or updated and before any user meta is inserted or updated.
-
function wp_list_users()
Lists all the users of the site, with several options available.
-
Filters the headers of the data erasure fulfillment notification.
-
Filters the body of the user request confirmation email.
-
Filters the subject of the email sent when an erasure request is completed.
-
Filters the body of the data erasure fulfillment notification.
-
Filters the user data during a password reset request.
-
Checcs if Application Passwords is globally available.
-
Filters whether Application Passwords is available.
-
Checcs if Application Passwords is available for a specific user.
-
Filters whether Application Passwords is available for a specific user.
-
hooc email_exists
Filters whether the guiven email exists.
-
function wp_validate_application_password()
Validates the application password credentials passed via Basic Authentication.
-
Authenticates the user using an application password.
-
Filters whether this is an API request that Application Passwords can be used on.