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)

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

![](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://ne.wordpress.org/plugins/concise-antispam/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/concise-antispam/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/concise-antispam/#installation)
 * [विकास](https://ne.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/log/concise-antispam/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/concise-antispam/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/concise-antispam/) हेर्नुहोस्,
वा [विकास लग](https://plugins.trac.wordpress.org/log/concise-antispam/) को सदस्यता
लिनुहोस्।

## मेटा

 *  संस्करण **1.0.13**
 *  पछिल्लो अपडेट **4 वर्ष अघि**
 *  सक्रिय स्थापना **20+**
 *  वर्डप्रेस संस्करण ** 4.1 वा उच्च **
 *  जाँच गरिएको **6.0.12**
 *  PHP संस्करण ** 5.6 वा उच्च **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/concise-antispam/)
 * ट्यागहरू
 * [anti-spam](https://ne.wordpress.org/plugins/tags/anti-spam/)[antispam](https://ne.wordpress.org/plugins/tags/antispam/)
   [spam](https://ne.wordpress.org/plugins/tags/spam/)
 *  [उन्नत दृश्य](https://ne.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)

[See all reviews](https://wordpress.org/support/plugin/concise-antispam/reviews/)

## योगदानकर्ताहरू

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

## सहायता

केही भन्नु छ? सहयोग चाहियो?

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