Used By
Used By | Description |
---|---|
wp-admin/includes/privacy-tools.php: wp_privacy_send_personal_data_export_email() | Send an email to the user with a link to the personal data export file |
Filters the headers of the email sent with a personal data export file.
(string|array) The email headers.
(string) The email subject.
(string) The email content.
(int) The request ID.
(array) Data relating to the account action email.
(WP_User_Request) User request object.
(int) The time in seconds until the export file expires.
(string) The localized date and time when the export file expires.
(string) The address that the email will be sent to. Defaults to the value of $request->email
, but can be changed by the wp_privacy_personal_data_email_to
filter.
(string) The export file URL.
(string) The site name sending the mail.
(string) The site URL sending the mail.
Version | Description |
---|---|
5.4.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_privacy_personal_data_email_headers