Fires an action hook when the account action has been confirmed by the user.
wp_get_user_request
Return the user request object for the specified request ID.
wp_validate_user_request_key
Validate a user request by comparing the key with the request’s key.
wp_generate_user_request_key
Returns a confirmation key for a user action and stores the hashed version for future comparison.
Advertisement
user_request_action_email_subject
Filters the subject of the email sent when an account action is attempted.
user_request_action_email_content
Filters the text of the email sent when an account action is attempted.
user_request_action_description
Filters the user action description.
wp_send_user_request
Send a confirmation request email to confirm an action.
Advertisement
wp_user_request_action_description
Get action description from the name and return a string.
wp_create_user_request
Create and log a user request to perform a specific action.
user_request_action_confirmed_message
Filters the message displayed to a user when they confirm a data request.
_wp_privacy_account_request_confirmed_message
Return request confirmation message HTML.
Advertisement
user_erasure_fulfillment_email_to
Filters the recipient of the data erasure fulfillment notification.
_wp_privacy_send_erasure_fulfillment_notification
Notify the user when their erasure request is fulfilled.
user_confirmed_action_email_content
Filters the body of the data erasure fulfillment notification.