A simple Wordpress plugin that strips comment authors IP address.
Find a file
2023-06-16 13:30:28 +03:00
.editorconfig Initial commit 2023-06-16 13:30:28 +03:00
.gitignore Initial commit 2023-06-16 13:30:28 +03:00
anonymize-comments-ips.php Initial commit 2023-06-16 13:30:28 +03:00
composer.json Initial commit 2023-06-16 13:30:28 +03:00
composer.lock Initial commit 2023-06-16 13:30:28 +03:00
LICENSE Initial commit 2023-06-16 13:30:28 +03:00
phpcs.xml Initial commit 2023-06-16 13:30:28 +03:00
readme.txt Initial commit 2023-06-16 13:30:28 +03:00

=== 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.