A simple Wordpress plugin that strips comment authors IP address.
- PHP 100%
| .editorconfig | ||
| .gitignore | ||
| anonymize-comments-ips.php | ||
| composer.json | ||
| composer.lock | ||
| LICENSE | ||
| phpcs.xml | ||
| readme.txt | ||
=== Anonymize Comments IPs === Contributors: comzeradd Donate link: https://liberapay.com/comzeradd/donate Tags: comments, privacy Requires at least: 5.0 Tested up to: 6.2 Stable tag: 0.1 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html A simple Wordpress plugin that strips comment authors IP address. == Description == By default WordPress stores the IP address of a user leaving a comment on a post. This plugin just strips away the IP address prior to being save in the database. == Installation == All you have to do is install the plugin. No further action is required.