Filter hook 'user_erasure_fulfillment_email_to'

in WP Core File wp-includes/user.php at line 4327

Description

Filters the recipient of the data erasure fulfillment notification.

Occurrences

Filename Line Number
wp-includes/user.php 4327

Parameters

Type Name Description
string $user_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 data erasure fulfillment notification.
	 *
	 * @since 4.9.6
	 *
	 * @param string          $user_email The email address of the notification recipient.
	 * @param WP_User_Request $request    The request that is initiating the notification.
	 */