Title: Concise Antispam
Author: Concise Studio
Published: <strong>12 de agosto de 2020</strong>
Last modified: 1 de noviembre de 2022

---

Buscar plugins

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

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

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

# Concise Antispam

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

[Descargar](https://downloads.wordpress.org/plugin/concise-antispam.1.0.13.zip)

 * [Detalles](https://es.wordpress.org/plugins/concise-antispam/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/concise-antispam/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/concise-antispam/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/concise-antispam/#developers)

 [Soporte](https://wordpress.org/support/plugin/concise-antispam/)

## Descripción

#### 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

## Instalación

 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

## Reseñas

![](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 de febrero
de 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 de septiembre de 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!

 [ Leer todas las 2 reseñas ](https://wordpress.org/support/plugin/concise-antispam/reviews/)

## Colaboradores y desarrolladores

«Concise Antispam» es un software de código abierto. Las siguientes personas han
colaborado con este plugin.

Colaboradores

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

[Traduce «Concise Antispam» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/concise-antispam)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/concise-antispam/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/concise-antispam/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/concise-antispam/)
por [RSS](https://plugins.trac.wordpress.org/log/concise-antispam/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versión **1.0.13**
 *  Última actualización **hace 4 años**
 *  Instalaciones activas **20+**
 *  Versión de WordPress ** 4.1 o superior **
 *  Probado hasta **6.0.12**
 *  Versión de PHP ** 5.6 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/concise-antispam/)
 * Etiquetas:
 * [anti-spam](https://es.wordpress.org/plugins/tags/anti-spam/)[antispam](https://es.wordpress.org/plugins/tags/antispam/)
   [spam](https://es.wordpress.org/plugins/tags/spam/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/concise-antispam/advanced/)

## Valoraciones

 5 de 5 estrellas.

 *  [  2 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/concise-antispam/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/concise-antispam/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/concise-antispam/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/concise-antispam/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/concise-antispam/reviews/?filter=1)

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

[Ver todas las valoraciones](https://wordpress.org/support/plugin/concise-antispam/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/concise-antispam/)