Filters the body of the data erasure fulfillment notification.
The email is sent to a user when their data erasure request is fulfilled by an administrator.
The following strings have a special meaning and will get replaced dynamically:
$contentstring
$email_dataarray
request WP_User_Requestmessage_recipient string$request->email, but can be changed by the user_erasure_fulfillment_email_to filter.privacy_policy_url stringsitename stringsiteurl string$content = apply_filters_deprecated(
'user_confirmed_action_email_content',
array( $content, $email_data ),
'5.8.0',
sprintf(
/* translators: 1 & 2: Deprecation replacement options. */
__( '%1$s or %2$s' ),
'user_erasure_fulfillment_email_content',
'user_request_confirmed_email_content'
)
);
| Version | Description |
|---|---|
| 5.8.0 | Use 'user_erasure_fulfillment_email_content' instead. For user request confirmation email content use 'user_request_confirmed_email_content' instead. |
| 4.9.6 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/user_confirmed_action_email_content