[WordPress] 外掛分享: Doltics Radar

首頁外掛目錄 › Doltics Radar
WordPress 外掛 Doltics Radar 的封面圖片
全新外掛
安裝啟用
尚無評分
12 天前
最後更新
問題解決
WordPress 5.7+ PHP 7.4+ v1.0.0 上架:2026-06-02

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Doltics Radar」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Doltics Radar checks enabled WordPress flows before they complete. Admins can enable protection for outbound email, submitted comments, and account registrations under Settings > Doltics Radar.
Email protection uses WordPress core mail hooks when available. Doltics Radar also includes a Mailgun compatibility adapter for Mailgun versions that replace wp_mail() without calling pre_wp_mail.
API Contract
The plugin sends a JSON POST request to the URL https://radar.doltics.com/score :
{
"text": "The sample text",
"locale": "en"
}

The API should return JSON using one of these response shapes:
{
"score": 0.95,
"classification": "spam",
"signals": {
"token_count": 10,
"unknown_word_ratio": 0.1,
"spam_keyword_score": 0.61,
"uppercase_ratio": 0.34,
"exclamation_density": 0.3,
"url_count": 1
}
}

Numeric scores are compared against the configured threshold.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon