On this page
apply_filters( 'user_erasure_fulfillment_email_to', string $user_email, WP_User_Request $request )
Filters the recipient of the data erasure fulfillment notification.
Parameters
$user_emailstring-
The email address of the notification recipient.
$requestWP_User_Request-
The request that is initiating the notification.
Source
File: wp-includes/user.php. View all references
$user_email = apply_filters( 'user_erasure_fulfillment_email_to', $request->email, $request );
Related
Used By
| Used By | Description |
|---|---|
| _wp_privacy_send_erasure_fulfillment_notification() wp-includes/user.php | Notifies the user when their erasure request is fulfilled. |
Changelog
| Version | Description |
|---|---|
| 4.9.6 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/user_erasure_fulfillment_email_to