apply_filters( 'wp_privacy_personal_data_email_content', string $email_text, int $request_id )

Filters the text of the email sent with a personal data export file.


Description

The following strings have a special meaning and will get replaced dynamically:

EXPIRATION### The date when the URL will be automatically deleted.

LINK### URL of the personal data export file for the user.

SITENAME### The name of the site.

SITEURL### The URL to the site.


Parameters

$email_text

(string) Text in the email.

$request_id

(int) The request ID for this personal data export.


Source

File: wp-admin/includes/file.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.9.6 Introduced.