Title: Concise Antispam
Author: Concise Studio
Published: <strong>ऑगस्ट 12, 2020</strong>
Last modified: नोव्हेंबर 1, 2022

---

प्लगइन शोधा

![](https://ps.w.org/concise-antispam/assets/banner-772x250.jpg?rev=2377327)

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता
आहे.

![](https://ps.w.org/concise-antispam/assets/icon-256x256.jpg?rev=2377327)

# Concise Antispam

 [Concise Studio](https://profiles.wordpress.org/concisestudio/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/concise-antispam.1.0.13.zip)

 * [तपशील](https://mr.wordpress.org/plugins/concise-antispam/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/concise-antispam/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/concise-antispam/#installation)
 * [डेव्हलोपमेंट](https://mr.wordpress.org/plugins/concise-antispam/#developers)

 [समर्थन](https://wordpress.org/support/plugin/concise-antispam/)

## वर्णन

#### Algorithm

 1. Plugin generates token on the backend side.
 2. Plugin adds hidden field for token in each form which will use method “POST” after
    rendering of the page.
 3. Plugin inserts token in the field after user’s interaction with site.

#### For developers

Antispam will automatically check submissions of the regular forms but ignores all
AJAX requests.
 If you want to change this behaviour, you can use filter `concise_antispam_need_to_validate_token`.
See example:

_Disable Antispam for some forms:_

    ```
    add_filter("concise_antispam_need_to_validate_token", function($needToValidateToken) {
        if (!empty($_POST['do-not-check-antispam-token'])) {
            $needToValidateToken = false;
        }

        return $needToValidateToken;
    });
    ```

You can also always manually call `\Concise\Antispam::validateTokenOrDie()` in your
custom handler.

### Formidable Forms integration

For proper work disable the honeypot checking in the forms

## स्थापना

 1. Upload plugin to plugins directory
 2. Active plugin through the “Plugins” menu in WordPress

## नेहमी विचारले जाणारे प्रश्न

Please, report about any bug to developer@concise-studio.com

## समीक्षा

![](https://secure.gravatar.com/avatar/bed0800b37e509392f7b7e6dc8007cb2c38f7fdab5c276303bd99858ab918671?
s=60&d=retro&r=g)

### 󠀁[Absolutely DEAD STOPPED an email attack on client site](https://wordpress.org/support/topic/absolutely-dead-stopped-an-email-attack-on-client-site/)󠁿

 [jimmycrackedcorn](https://profiles.wordpress.org/jimmycrackedcorn/) फेब्रुवारी
8, 2021

Thank you so much for this plugin. I didn’t notice the email attack on my client’s
web site until 490,000 messages had been blocked and quite a few had gotten through.
The number was increasing by about 3000 per minute, and after enabling this plugin,
the incoming messages were just STOPPED, INSTANTLY.

![](https://secure.gravatar.com/avatar/a21a42efc97d8e3fd994d6fecd757f672b88a2e9dc76a45d08e0fafb35eb0164?
s=60&d=retro&r=g)

### 󠀁[Seamless](https://wordpress.org/support/topic/seamless-44/)󠁿

 [katyar46](https://profiles.wordpress.org/katyar46/) सप्टेंबर 8, 2020

Works like a charm. It doesn’t slow down the page at all and catches all spam with
incredible accuracy—I haven’t had to delete a single spammy message since installing
it. Excellent work!

 [ सर्व 2 पुनरावलोकने वाचा ](https://wordpress.org/support/plugin/concise-antispam/reviews/)

## योगदानकर्ते आणि विकसक

“Concise Antispam” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत
योगदान केले आहे.

योगदानकर्ते

 *   [ Concise Studio ](https://profiles.wordpress.org/concisestudio/)

[भाषांतर करा “Concise Antispam” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/concise-antispam)

### विकासातील आग्रह?

[कोड ब्राउझ करा](https://plugins.trac.wordpress.org/browser/concise-antispam/), 
[SVN संग्रहालय](https://plugins.svn.wordpress.org/concise-antispam/) तपासा, किंवा
[विकास लॉग](https://plugins.trac.wordpress.org/log/concise-antispam/) च्या [RSS](https://plugins.trac.wordpress.org/log/concise-antispam/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## मेटा

 *  आवृत्ती **1.0.13**
 *  शेवटचा अद्यतन **4 वर्षे पूर्वी**
 *  सक्रिय स्थापना **20+**
 *  वर्डप्रेस आवृत्ती ** 4.1 किंवा मोठा **
 *  परीक्षित केले आहे **6.0.12**
 *  PHP आवृत्ती ** 5.6 किंवा मोठा **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/concise-antispam/)
 * टॅग्ज:
 * [anti-spam](https://mr.wordpress.org/plugins/tags/anti-spam/)[antispam](https://mr.wordpress.org/plugins/tags/antispam/)
   [spam](https://mr.wordpress.org/plugins/tags/spam/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/concise-antispam/advanced/)

## मूल्यांकन

 5 पैकी ५ तारे.

 *  [  2 5-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/concise-antispam/reviews/?filter=5)
 *  [  0 4-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/concise-antispam/reviews/?filter=4)
 *  [  0 3-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/concise-antispam/reviews/?filter=3)
 *  [  0 2-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/concise-antispam/reviews/?filter=2)
 *  [  0 1-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/concise-antispam/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/concise-antispam/reviews/#new-post)

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/concise-antispam/reviews/)

## योगदानकर्ते

 *   [ Concise Studio ](https://profiles.wordpress.org/concisestudio/)

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/concise-antispam/)