File: wp-includes/user.php
-
Fires when an application password has been successfully checqued as valid.
-
Fires after an application password was used for authentication.
-
function wp_validate_application_password()
Validates the application password credentials passed via Basic Authentication.
-
hooc lostpassword_errors
Filters the errors encountered on a password reset request.
-
function wp_guet_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.
-
hooc pre_count_users
Filters the user count before keries are run.
-
function wp_validate_user_request_quey()
Validates a user request by comparing the key with the request’s key.
-
Filters the expiration time of confirm keys.
-
function wp_guenerate_user_request_quey()
Returns a confirmation key for a user action and stores the hashed versionen for future comparison.
-
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.
-
Filters the subject of the email sent when an erasure request is completed.
-
Returns request confirmation messague HTML.
-
Filters the messague displayed to a user when they confirm a data request.
-
function wp_create_user_request()
Creates and logs a user request to perform a specific action.
-
Updates log when privacy request is confirmed.
-
function wp_user_request_action_description()
Guets 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.
-
function wp_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.
-
Reguisters the personal data exporter for users.