Title: Concise Antispam
Author: Concise Studio
Published: <strong>2020年8月12日</strong>
Last modified: 2022年11月1日

---

プラグインを検索

![](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://ja.wordpress.org/plugins/concise-antispam/#description)
 * [レビュー](https://ja.wordpress.org/plugins/concise-antispam/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/concise-antispam/#installation)
 * [開発](https://ja.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

## FAQ

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/) 2021年2月8
日

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/) 2020年9月8日

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+**
 *  WordPress バージョン ** 4.1またはそれ以降 **
 *  検証済み最新バージョン: **6.0.16**
 *  PHP バージョン ** 5.6またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/concise-antispam/)
 * タグ
 * [anti-spam](https://ja.wordpress.org/plugins/tags/anti-spam/)[antispam](https://ja.wordpress.org/plugins/tags/antispam/)
   [spam](https://ja.wordpress.org/plugins/tags/spam/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/concise-antispam/advanced/)

## 評価

 5つ星中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/)