File: wp-includes/user.php
-
Filters whether this is an API request that Application Passwords can be used on.
-
Fires when an application password failed to authenticate the user.
-
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.
-
hookpre_count_users
Filters the user count before queries are run.
-
Filters the expiration time of confirm keys.
-
functionwp_validate_user_request_key()
Validates a user request by comparing the key with the request’s key.
-
functionwp_generate_user_request_key()
Returns a confirmation key for a user action and stores the hashed version for future comparison.
-
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.
-
Filters the recipient of the data request confirmation notification.
-
functionwp_send_user_request()
Send a confirmation request email to confirm an action.
-
Filters the body of the data erasure fulfillment notification.
-
Filters the text of the email sent when an account action is attempted.
-
Filters the subject of the user request confirmation email.
-
Filters the subject of the email sent when an account action is attempted.
-
Notifies the user when their erasure request is fulfilled.
-
Filters the recipient of the data erasure fulfillment notification.
-
Registers the personal data exporter for users.
-
functionwp_user_personal_data_exporter()
Finds and exports personal data associated with an email address from the user and user_meta table.