Privacy and IP Address in Email
I was making a modification in the theme-emails.php file and noticed the following line of code when the Poster is contacted from the potential Buyer:
$message .= "Sent by IP Address: ".appthemes_get_ip()."\r\n\r\n";
I am considering removing this line of code because of potential privacy concerns/issues with having a Buyers IP Address be sent to the Poster.
Has anyone else removed this? Is anyone else as paranoid as I am?