{"id":264776,"date":"2025-12-10T14:32:48","date_gmt":"2025-12-10T14:32:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/cleanmod-ai-comment-moderation\/"},"modified":"2025-12-10T14:30:33","modified_gmt":"2025-12-10T14:30:33","slug":"cleanmod","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/cleanmod\/","author":23413722,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.1.0","stable_tag":"0.1.0","tested":"6.9.4","requires":"5.0","requires_php":"7.4","requires_plugins":null,"header_name":"CleanMod \u2013 AI Comment Moderation","header_author":"CleanMod","header_description":"Uses CleanMod to detect toxic comments and automatically hold or block them.","assets_banners_color":"","last_updated":"2025-12-10 14:30:33","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/shlomizadok\/cleanmod-wp","header_author_uri":"https:\/\/cleanmod.dev","rating":5,"author_block_rating":0,"active_installs":0,"downloads":146,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.1.0":{"tag":"0.1.0","author":"cleanmod","date":"2025-12-10 14:30:33"}},"upgrade_notice":{"0.1.0":"<p>Initial release of CleanMod WordPress Plugin.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3416527,"resolution":"128x128","location":"assets","locale":""},"icon-512x512.png":{"filename":"icon-512x512.png","revision":3416527,"resolution":"512x512","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.0"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2353,107,213628,1756,599],"plugin_category":[44,54],"plugin_contributors":[252049],"plugin_business_model":[],"class_list":["post-264776","plugin","type-plugin","status-publish","hentry","plugin_tags-ai","plugin_tags-comments","plugin_tags-content-moderation","plugin_tags-moderation","plugin_tags-spam","plugin_category-discussion-and-community","plugin_category-security-and-spam-protection","plugin_contributors-cleanmod","plugin_committers-cleanmod"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/cleanmod\/assets\/icon-128x128.png?rev=3416527","icon_2x":false,"generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>CleanMod WordPress Plugin integrates CleanMod AI comment moderation to automatically detect and handle toxic comments on your WordPress site.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li><strong>Automatic Moderation<\/strong>: New comments are automatically sent to CleanMod's moderation API<\/li>\n<li><strong>Flexible Behavior<\/strong>: Configure how flagged and blocked comments are handled<\/li>\n<li><strong>Fail-Safe<\/strong>: Comments still work even if the API is unavailable<\/li>\n<li><strong>Native WordPress Integration<\/strong>: Works with WordPress's built-in comment system<\/li>\n<\/ul>\n\n<h4>How It Works<\/h4>\n\n<ol>\n<li>When a new comment is submitted, the plugin intercepts it using WordPress's <code>pre_comment_approved<\/code> filter<\/li>\n<li>The comment text is sent to CleanMod's <code>\/api\/v1\/moderate<\/code> endpoint<\/li>\n<li>Based on the <code>decision<\/code> returned (<code>allow<\/code>, <code>flag<\/code>, or <code>block<\/code>), the comment status is adjusted according to your settings<\/li>\n<li>If the API is unavailable, comments proceed normally (fail-open policy)<\/li>\n<\/ol>\n\n<h3>External Services<\/h3>\n\n<p>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.<\/p>\n\n<p><strong>Service Provider:<\/strong> <a href=\"https:\/\/cleanmod.dev\">CleanMod<\/a><\/p>\n\n<p><strong>Terms of Use:<\/strong> <a href=\"https:\/\/cleanmod.dev\/terms\">https:\/\/cleanmod.dev\/terms<\/a><\/p>\n\n<p><strong>Privacy Policy:<\/strong> <a href=\"https:\/\/cleanmod.dev\/privacy\">https:\/\/cleanmod.dev\/privacy<\/a><\/p>\n\n<p>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.<\/p>\n\n<h3>Configuration<\/h3>\n\n<h4>API Key<\/h4>\n\n<p>Get your API key from the <a href=\"https:\/\/cleanmod.dev\/dashboard\/api-keys\">CleanMod dashboard<\/a>.<\/p>\n\n<ol>\n<li>Navigate to <code>Settings \u2192 CleanMod<\/code> in WordPress admin<\/li>\n<li>Enter your CleanMod API key<\/li>\n<li>Enable the plugin<\/li>\n<li>Configure moderation behavior<\/li>\n<\/ol>\n\n<h4>Moderation Behavior<\/h4>\n\n<p><strong>When decision is \"flag\":<\/strong><\/p>\n\n<ul>\n<li><strong>No change<\/strong>: Comment passes through normally (respects WordPress default settings)<\/li>\n<li><strong>Hold for moderation<\/strong>: Comment is held pending manual review<\/li>\n<\/ul>\n\n<p><strong>When decision is \"block\":<\/strong><\/p>\n\n<ul>\n<li><strong>Hold for moderation<\/strong>: Comment is held pending manual review<\/li>\n<li><strong>Mark as spam<\/strong>: Comment is automatically marked as spam<\/li>\n<\/ul>\n\n<h3>Requirements<\/h3>\n\n<ul>\n<li>WordPress 5.0 or higher<\/li>\n<li>PHP 7.4 or higher<\/li>\n<li>Valid CleanMod API key<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>cleanmod<\/code> folder to <code>\/wp-content\/plugins\/<\/code><\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Go to <code>Settings \u2192 CleanMod<\/code> to configure your API key<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='does%20this%20replace%20wordpress%27s%20built-in%20moderation%3F'><h3>Does this replace WordPress's built-in moderation?<\/h3><\/dt>\n<dd><p>No. CleanMod adds an extra safety net on top of your existing moderation rules.<\/p><\/dd>\n<dt id='what%20happens%20if%20the%20cleanmod%20api%20is%20unavailable%3F'><h3>What happens if the CleanMod API is unavailable?<\/h3><\/dt>\n<dd><p>The plugin uses a fail-open policy. If the API is unavailable, comments will proceed normally without CleanMod moderation.<\/p><\/dd>\n<dt id='does%20this%20work%20with%20comment%20form%20plugins%3F'><h3>Does this work with comment form plugins?<\/h3><\/dt>\n<dd><p>This MVP version works with native WordPress comments only. Support for Contact Form 7, WPForms, and WooCommerce reviews may be added in future versions.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<li>Native WordPress comment moderation<\/li>\n<li>Configurable behavior for flagged and blocked comments<\/li>\n<li>Admin settings page<\/li>\n<\/ul>","raw_excerpt":"Uses CleanMod to detect toxic comments and automatically hold or block them.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/264776","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=264776"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/cleanmod"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=264776"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=264776"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=264776"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=264776"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=264776"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=264776"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}