Filters the headers of the data erasure fulfillment notification.
$headersstring|array
$subjectstring
$contentstring
$request_idint
$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$headers = apply_filters_deprecated(
'user_erasure_complete_email_headers',
array( $headers, $subject, $content, $request_id, $email_data ),
'5.8.0',
'user_erasure_fulfillment_email_headers'
);
| Version | Description |
|---|---|
| 5.8.0 | Use 'user_erasure_fulfillment_email_headers' instead. |
| 5.4.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/user_erasure_complete_email_headers