@package: Users
-
hookemail_exists
Filters whether the given email exists.
-
Authenticates the user using an application password.
-
Filters whether this is an API request that Application Passwords can be used on.
-
Fires when an application password failed to authenticate the user.
-
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.
-
Filters the errors encountered on a password reset request.
-
functionwp_get_user_request()
Returns the user request object for the specified request ID.
-
Filters the headers of the email sent when an account action is attempted.
-
Filters the user’s profile data for the privacy exporter.
-
Filters the headers of the user request confirmation email.
-
Filters the headers of the data erasure fulfillment notification.
-
Filters the user capabilities to grant the ‘view_site_health_checks’ capabilities as necessary.
-
Filters the user capabilities to grant the ‘resume_plugins’ and ‘resume_themes’ capabilities as necessary.
-
hookusers_pre_query
Filters the users array before the query takes place.
-
hookpre_count_users
Filters the user count before queries are run.
-
functionwp_validate_user_request_key()
Validates a user request by comparing the key with the request’s key.
-
Filters the expiration time of confirm keys.
-
functionwp_generate_user_request_key()
Returns a confirmation key for a user action and stores the hashed version for future comparison.
-
Notifies the user when their erasure request is fulfilled.
-
Filters the recipient of the data erasure fulfillment notification.
-
Filters the subject of the email sent when an erasure request is completed.
-
Returns request confirmation message HTML.
-
Filters the message displayed to a user when they confirm a data request.
-
functionwp_create_user_request()
Creates and logs a user request to perform a specific action.
-
Updates log when privacy request is confirmed.
-
Gets action description from the name and return a string.
-
Notifies the site administrator via email when a request is confirmed.
-
Filters the user action description.