aBitGone CommentSafe

0

CommentSafe is a really simple plugin that I’ve written for WordPress. Very simply, it takes a list of (X)HTML tags – which you can specify through the admin interface – and does

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

CommentSafe is a really simple plugin that I’ve written for WordPress. Very simply, it takes a list
of (X)HTML tags – which you can specify through the admin interface – and does one of three things
with those tags, when they’re found in your comments:

  1. Strip tags (example: A <b>bold</b> choice becomes A bold choice – default)
  2. Convert tags (example: A <b>bold</b> choice becomes A &lt;b&gt;bold&lt;/b&gt; choice)
  3. Remove tags and content (example: A <b>bold</b> choice becomes A choice)

The comments are changed before being saved to your WordPress database so that, if you decide to
uninstall or deactivate CommentSafe, your comments will remain sanitised and safe.

For further information and updates, see http://abitgone.co.uk/projects/commentsafe.