user_erasure_fulfillment_email_headers

user_erasure_fulfillment_email_headers

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('user_erasure_fulfillment_email_headers') is found 1 times:

  • /wp-includes/user.php line 4568
    4564
    4565
    4566
    4567
    4568
    4569
    4570
    4571
    4572
    4573
    4574
    *     @type string          $sitename           The site name sending the mail.
     *     @type string          $siteurl            The site URL sending the mail.
     * }
     */
    $headers = apply_filters( 'user_erasure_fulfillment_email_headers', $headers, $subject, $content, $request_id, $email_data );
     
    $email_sent = wp_mail( $user_email, $subject, $content, $headers );
     
    if ( $switched_locale ) {
        restore_previous_locale();
    }