user_erasure_fulfillment_email_to

user_erasure_fulfillment_email_to

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('user_erasure_fulfillment_email_to') is found 1 times:

  • /wp-includes/user.php line 4347
    4343
    4344
    4345
    4346
    4347
    4348
    4349
    4350
    4351
    4352
    4353
    *
     * @param string          $user_email The email address of the notification recipient.
     * @param WP_User_Request $request    The request that is initiating the notification.
     */
    $user_email = apply_filters( 'user_erasure_fulfillment_email_to', $request->email, $request );
     
    $email_data = array(
        'request'            => $request,
        'message_recipient'  => $user_email,
        'privacy_policy_url' => get_privacy_policy_url(),
        'sitename'           => wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES ),