Paxmod Content Moderation
Paxmod Content Moderation
Description
Paxmod Content Moderation checks every new comment against your Paxmod project’s policy in real time and routes flagged comments to review, spam, or trash based on your settings.
It runs alongside Akismet: Akismet handles spam, Paxmod handles toxicity, harassment, sexual content, self-harm, PII, and any custom policy you configure in the Paxmod console.
Features
- Real-time moderation of new comments via the Paxmod API.
- Choose what happens to flagged comments: hold for review (default), mark as spam, or move to trash.
- Skips previously-approved (“trusted”) commenters to save API calls.
- Shows the flag reason and category in the WordPress comments list.
- Fails open: if Paxmod is unreachable, comments follow WordPress’s normal rules, so moderation never breaks your site.
You control the categories, thresholds, and custom policy in the Paxmod console; the plugin simply applies them.
External services
This plugin sends comment content to the Paxmod API (https://www.paxmod.com) for moderation. For each new comment being moderated, the comment text, the commenter’s email (as an identifier), and the post ID are sent to https://www.paxmod.com/api/v1/text using the API key you provide. This happens only when moderation is enabled and a valid API key is set.
- Terms of Service: https://www.paxmod.com/terms-of-service
- Privacy Policy: https://www.paxmod.com/privacy-policy
By using this plugin you agree to Paxmod’s terms and privacy policy.
Installation
- Upload the plugin to
/wp-content/plugins/or install it through the Plugins screen. - Activate it through the “Plugins” screen in WordPress.
- Go to Settings -> Paxmod and paste your Paxmod API key (get a free one at https://www.paxmod.com/signup).
- Click “Test connection” to confirm the key works, then choose your flag action.
Faq
Yes, a free Paxmod account and API key. There is a free tier with no credit card.
The plugin fails open: comments follow WordPress’s normal rules, so your comment flow never breaks.
Reviews
Changelog
0.1.0
- Initial release: real-time comment moderation via the Paxmod API, configurable flag action, trusted-commenter skip, reason column, fail-open behavior.