weDevsOfficial / wedocs-plugin

A documentation plugin for WordPress
https://wordpress.org/plugins/wedocs/
GNU General Public License v2.0
194 stars 94 forks source link

Make wedocs GPDR compilant #61

Open rubengc opened 6 years ago

rubengc commented 6 years ago

wedocs just have 2 things to do to make it GPDR compilant

First, add a check box on the contact form letting know to the user that his information won't be saved (check boxes are required on any form with GPDR)

And for last thing, you can make threechanges:

  1. Inform to the users on the contact checkbox that his IP will be collected and will be attached to the email
  2. Remove the IP
  3. Add a filter to the email body on the "Author (IP)" line to let override it

Meet the GPDR requirements is mandatory to operate with EU users so please, could you consider this changes?