Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/user.php | apply_filters | 4256 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $user_email | The email address of the notification recipient. |
WP_User_Request | $request | The request that is initiating the notification. |