Help modifying code to make automatic email GDPR compliant
-
Hello,
When a user clicks on “product inquiry” on my site, the vendor gets an email which includes the user’s email address, IP address, device and browser version used. Example: https://snipboard.io/JKm7p0.jpg. Due to EU data and privacy laws, this information cannot be shown to the vendor.
I am using the dokan module which allows users to send product inquiries to vendors. Their response was:
“You are unable to hide the details from default. You will need mofication on the coding end. Here s the file location that will need to modifyFile : wp-content/plugins/dokan-pro/modules/product-enquiry/module.php
Funtion:
function get_from_name() {
function get_from_address()”When I look in the php file, I see this: https://snipboard.io/58zytC.jpg
I am not sure what modifications need to be done. Do I just delete these codes from the file?
Hope someone can help.
Best,
Chris
The topic ‘Help modifying code to make automatic email GDPR compliant’ is closed to new replies.