wp-includes/user.php | Developer.WordPress.org

  • Filters whether to short-circuit performing the post counts.

  • Retrieves user info by user ID.

  • Sets the last changed time for the ‘users’ cache group.

  • Checks if password reset is allowed for a specific 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.

  • Updates the total count of users on the site if live user counting is enabled.

  • Updates the total count of users on the site.

  • Schedules a recurring recalculation of the total count of users.

  • 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.

  • 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.

  • 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.

  • Filters whether the given email exists.

  • 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.