wp_privacy_personal_data_email_to

wp_privacy_personal_data_email_to

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_privacy_personal_data_email_to') is found 1 times:

  • /wp-admin/includes/privacy-tools.php line 623
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    *
     * @param string          $request_email The email address of the notification recipient.
     * @param WP_User_Request $request       The request that is initiating the notification.
     */
    $request_email = apply_filters( 'wp_privacy_personal_data_email_to', $request->email, $request );
     
    $email_data = array(
        'request'           => $request,
        'expiration'        => $expiration,
        'expiration_date'   => $expiration_date,
        'message_recipient' => $request_email,