user_erasure_fulfillment_email_to WordPress Filter Hook

This hook allows you to specify an email to send to a user when their account is erased.

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_email

(string)The email address of the notification recipient.

$request

(WP_User_Request)The request that is initiating the notification.


Top ↑

Source

File: wp-includes/user.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.9.6Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More