CleanMod – AI Comment Moderation

Uses CleanMod to detect toxic comments and automatically hold or block them.

Author:cleanmod (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:6.9.4
Plugin version:0.1.0
Added to WordPress repository:10-12-2025
Last updated:10-12-2025
Rating, %:100
Rated by:1
Plugin URI:https://github.com/shlomizadok/cleanmod-wp
Total downloads:135
plugin download
Click to start download

CleanMod WordPress Plugin integrates CleanMod AI comment moderation to automatically detect and handle toxic comments on your WordPress site.

Features

  • Automatic Moderation: New comments are automatically sent to CleanMod’s moderation API
  • Flexible Behavior: Configure how flagged and blocked comments are handled
  • Fail-Safe: Comments still work even if the API is unavailable
  • Native WordPress Integration: Works with WordPress’s built-in comment system

How It Works

  1. When a new comment is submitted, the plugin intercepts it using WordPress’s pre_comment_approved filter
  2. The comment text is sent to CleanMod’s /api/v1/moderate endpoint
  3. Based on the decision returned (allow, flag, or block), the comment status is adjusted according to your settings
  4. If the API is unavailable, comments proceed normally (fail-open policy)

External Services

This plugin relies on the CleanMod moderation service (https://cleanmod.dev) to analyze and moderate comments. When a new comment is submitted on your WordPress site, the comment text is sent to CleanMod’s API for moderation analysis.

Service Provider: CleanMod

Terms of Use: https://cleanmod.dev/terms

Privacy Policy: https://cleanmod.dev/privacy

By using this plugin, you acknowledge that comment data will be transmitted to CleanMod’s servers for moderation purposes. By default, CleanMod saves only the comment hash and not the text itself. Please review CleanMod’s terms of use and privacy policy to understand how your data is handled.

Configuration

API Key

Get your API key from the CleanMod dashboard.

  1. Navigate to Settings CleanMod in WordPress admin
  2. Enter your CleanMod API key
  3. Enable the plugin
  4. Configure moderation behavior

Moderation Behavior

When decision is “flag”:

  • No change: Comment passes through normally (respects WordPress default settings)
  • Hold for moderation: Comment is held pending manual review

When decision is “block”:

  • Hold for moderation: Comment is held pending manual review
  • Mark as spam: Comment is automatically marked as spam

Requirements

  • WordPress 5.0 or higher
  • PHP 7.4 or higher
  • Valid CleanMod API key

FAQ
ChangeLog