BACK TO DIRECTORY

Doltics Radar

by doltics

0.0
(0 ratings)

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.

Plugin Details

Active Installs
0
Total Downloads
171
Version
1.0.0
Requires WP
5.7
Requires PHP
7.4
Tested Up To
7.0.4
Added
2026-06-03
Last Updated
2026-06-03 9:23am GMT

Ratings

5
0
4
0
3
0
2
0
1
0