plugin-icon

Doltics Radar

제작자: doltics·
Protects selected WordPress email, comment, and registration flows with a spam protection API.
버전
1.0.0
최근 업데이트일
Jun 3, 2026
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.

무료유료 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 7.0
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.