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 Description

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

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

Top ↑

Top ↑

SITENAME### The name of the site. SITENAME### The name of the site.

Top ↑

SITEURL### The URL to the site. SITEURL### The URL to the site.


Top ↑

Parameters Parameters

$email_text

(string) Text in the email.

$request_id

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


Top ↑

Source Source

File: wp-admin/includes/file.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.6 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.