Comment Moderation Exp: Add toggle to enable/disable guest comments automatic moderation#751
Open
Intenzi wants to merge 3 commits into
Open
Conversation
- set to true by default
- ensures the custom setting fields are not too closely bunched to the experiment description
…ion analysis - checks for analysis skip when toggle is enabled and when disabled
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
Closes #750
Adds a checkbox in Comment Moderation Experiment settings.
This allows enabling/disabling of the comment moderation flow (AI sentiment, toxicity analysis) when the comment user is anonymous.
Set to
true/Enabled by default.Why?
This is in continuation to #516 (comment)
It solves the problem of AI analysis being run on unwanted guest users/ spam of guest comments that can cause a Denial Of Wallet attack.
Additionally enables customization to moderation flow for the website's comment moderators.
How?
moderate_guestsas a boolean field. Enabled by default.Content_Classification.phpfor settings registration.Use of AI Tools
AI assistance: Yes
Tool(s): Antigravity
Model(s): Gemini 3.5 Flash (Low)
Used for: Identifying the css file for the css fix, adding the integration tests.
Testing Instructions
a> With Moderate Guest Comments settings field toggled on:
b> Turn off the Automatically moderate guest comments settings field by clicking on it:
Screenshots or screencast
New

Automatically moderate guest commentssettings field enabled by default:The setting field, toggled off:

Comments added when the setting was toggled off, on.

Changelog Entry