File: wp-includes/user.php
-
Sets the last changed time for the ‘users’ cache group.
-
Checks if password reset is allowed for a specific user.
-
hookwp_update_user
Fires after the user has been updated and emails have been sent.
-
Registers the user meta property for persisted preferences.
-
Filters the query arguments for the list of all users of the site.
-
Filters whether to send the retrieve password email.
-
Filters the contents of the reset password notification email sent to the user.
-
functionwp_maybe_update_user_counts()
Updates the total count of users on the site if live user counting is enabled.
-
functionwp_update_user_counts()
Updates the total count of users on the site.
-
functionwp_schedule_update_user_counts()
Schedules a recurring recalculation of the total count of users.
-
functionwp_is_large_user_count()
Determines whether the site has a large number of users.
-
Filters whether the site is considered large, based on its number of users.
-
Checks 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.
-
functionwp_list_users()
Lists all the users of the site, with several options available.
-
Filters the headers of the data erasure fulfillment notification.
-
Filters the subject of the email sent when an erasure request is completed.
-
Filters the body of the data erasure fulfillment notification.
-
Filters the body of the user request confirmation email.
-
Filters the user data during a password reset request.
-
Checks if Application Passwords is globally available.
-
Filters whether Application Passwords is available.
-
Checks if Application Passwords is available for a specific user.
-
Filters whether Application Passwords is available for a specific user.
-
hookemail_exists
Filters whether the given email exists.
-
Fires when an application password has been successfully checked as valid.
-
Fires after an application password was used for authentication.
-
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.