Title: what about e mail?
Last modified: August 20, 2016

---

# what about e mail?

 *  Resolved [th3harold](https://wordpress.org/support/users/th3harold/)
 * (@th3harold)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/what-about-e-mail/)
 * I have over 150 author when someone leave a comments on their post.. the author
   can see their e mail. how i get that to hide. i need to fix this soon. i had 
   to hide my comment dashboard until i fix this Privacy issue.. i do not want to
   go delete their comment for them. i want them to handle their post.
 * thank.
    TH3Harold [http://www.deafpiratevideo.com](http://www.deafpiratevideo.com)
 * [http://wordpress.org/extend/plugins/wpprivacy/](http://wordpress.org/extend/plugins/wpprivacy/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Ziky](https://wordpress.org/support/users/ewsel/)
 * (@ewsel)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/what-about-e-mail/#post-3589021)
 * I am also work on this funktion
 * just deactive my plugin add this CODE in funktion.php and active plugin
 *     ```
       add_action( 'load-edit-comments.php', 'wpprivacy_commenter_email' );
       function wpprivacy_commenter_email()
       {
           if ( ! current_user_can( 'manage_options' ) )
               add_filter( 'comment_email', '__return_false' );
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘what about e mail?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpprivacy_508ca8.svg)
 * [WPPrivacy](https://wordpress.org/plugins/wpprivacy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpprivacy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpprivacy/)
 * [Active Topics](https://wordpress.org/support/plugin/wpprivacy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpprivacy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpprivacy/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ziky](https://wordpress.org/support/users/ewsel/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/what-about-e-mail/#post-3589021)
 * Status: resolved