Filter hook 'wp_privacy_personal_data_email_to'

in WP Core File wp-admin/includes/privacy-tools.php at line 623

Description

Filters the recipient of the personal data export email notification. Should be used with great caution to avoid sending the data export link to wrong emails.

Occurrences

Filename Line Number
wp-admin/includes/privacy-tools.php 623

Parameters

Type Name Description
string $request_email The email address of the notification recipient.
WP_User_Request $request The request that is initiating the notification.

PHP Doc

/**
	 * Filters the recipient of the personal data export email notification.
	 * Should be used with great caution to avoid sending the data export link to wrong emails.
	 *
	 * @since 5.3.0
	 *
	 * @param string          $request_email The email address of the notification recipient.
	 * @param WP_User_Request $request       The request that is initiating the notification.
	 */