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 text of the email sent with a personal data export file.
The following strings have a special meaning and will get replaced dynamically:
(string) Text in the email.
(int) The request ID for this personal data export.
(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.3.0 | Introduced the $email_data array. |
4.9.6 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_privacy_personal_data_email_content