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.
*/