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.4.3

apply_filters('user_erasure_fulfillment_email_to') is found 1 times:

  • /wp-includes/user.php line 4287
    	 *
    	 * @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 ),