Title: Antispam Bee
Author: pluginkollektiv
Published: <strong>10. 1. 2009</strong>
Last modified: 30. 3. 2026

---

Prohledat pluginy

![](https://ps.w.org/antispam-bee/assets/banner-772x250.png?rev=2898402)

![](https://ps.w.org/antispam-bee/assets/icon-256x256.png?rev=2898402)

# Antispam Bee

 Autor: [pluginkollektiv](https://profiles.wordpress.org/pluginkollektiv/)

[Stáhnout](https://downloads.wordpress.org/plugin/antispam-bee.2.11.10.zip)

[Aktuální náhled](https://cs.wordpress.org/plugins/antispam-bee/?preview=1)

 * [Podrobnosti](https://cs.wordpress.org/plugins/antispam-bee/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/antispam-bee/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/antispam-bee/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/antispam-bee/#developers)

 [Podpora](https://wordpress.org/support/plugin/antispam-bee/)

## Popis

Say Goodbye to comment spam on your WordPress blog or website. _Antispam Bee_ blocks
spam comments and trackbacks effectively, without captchas and without sending personal
information to third party services. It is free of charge, ad-free and 100% GDPR
compliant.

### Feature/Settings Overview

 * Trust approved commenters.
 * Trust commenters with a Gravatar.
 * Consider the comment time.
 * Allow comments only in a certain language.
 * Block or allow commenters from certain countries.
 * Treat BBCode links as spam.
 * Use regular expressions.
 * Search local spam database for commenters previously marked as spammers.
 * Notify admins by e-mail about incoming spam.
 * Delete existing spam after n days.
 * Limit approval to comments/pings (will delete other comment types).
 * Select spam indicators to send comments to deletion directly.
 * Optionally exclude trackbacks and pingbacks from spam detection.
 * Optionally spam-check comment forms on archive pages.
 * Display spam statistics on the dashboard, including daily updates of spam detection
   rate and a total of blocked spam comments.

### Support

 * Community support via the [support forums on wordpress.org](https://wordpress.org/support/plugin/antispam-bee)
 * Read [the documentation](https://antispambee.pluginkollektiv.org/documentation/)
 * We don’t handle support via e-mail, Twitter, GitHub issues etc.

### Contribute

 * Active development of this plugin is handled [on GitHub](https://github.com/pluginkollektiv/antispam-bee).
 * Pull requests for documented bugs are highly appreciated.
 * If you think you’ve found a bug (e.g. you’re experiencing unexpected behavior),
   please post at the [support forums](https://wordpress.org/support/plugin/antispam-bee)
   first.
 * If you want to help us translate this plugin you can do so [on WordPress Translate](https://translate.wordpress.org/projects/wp-plugins/antispam-bee).

### Autoři

 * Author: [Sergej Müller](https://sergejmueller.github.io/)
 * Maintainers: [pluginkollektiv](https://pluginkollektiv.org)

## Snímky obrazovky

 * [[
 * Block or allow comments from specific countries.
 * [[
 * Allow comments only in certain languages.
 * [[
 * Add useful spam stats to your dashboard.
 * [[
 * Tailor WordPress‘ spam management to your workflow.

## Instalace

 * If you don’t know how to install a plugin for WordPress, [here’s how](https://wordpress.org/documentation/article/manage-plugins/#automatic-plugin-installation-1).

### Requirements

 * PHP 5.2.4 or greater
 * WordPress 4.5 nebo vyšší

### Nastavení

After you have activated _Antispam Bee_ the plugin will block spam comments out 
of the box. However, you may want to visit _Settings  Antispam Bee_ to configure
your custom set of anti-spam options that works best for your site.

## Nejčastější dotazy

### Does Antispam Bee prevents spam registrations or protects form plugins?

Antispam Bee works best with default WordPress comments. It does not help to protect
form plugins and does not prevent spam registrations. Hopefully we can provide better
hooks for third party plugins to use Antispam Bee to fill this gap in the forthcoming
new major version.

### Does Antispam Bee work with Jetpack, wpDiscuz, Disqus Comments and similar comment plugins?

Antispam Bee works best with default WordPress comments. It is not compatible with
Jetpack, wpDiscuz or Disqus Comments as those plugins load a new comment form within
an iframe. Thus Antispam Bee can not access the comment form directly.

### Does Antispam Bee work with AJAX comment plugins or similar theme features?

Whether Antispam Bee works with a comment form submitted via AJAX depends on how
the AJAX request is made. If the request goes to the file that usually also receives
the comments, Antispam Bee could work with it out of the box (the [WP Ajaxify Comments](https://wordpress.org/plugins/wp-ajaxify-comments/)
plugin does this, for example).

If the comments are sent to the `admin-ajax.php`, the `antispam_bee_disallow_ajax_calls`
filter must be used to run ASB for requests to that file as well. If the script 
does not send all form data to the file, but only some selected ones, further customization
is probably necessary, as [exemplified in this post by Torsten Landsiedel](https://torstenlandsiedel.de/2020/10/04/ajaxifizierte-kommentare-und-antispam-bee/)(
in German).

### Ukláda Antispam Bee nějaká soukromá uživatelská data a odpovídá GDPR?

Antispam Bee is developed in Europe. You might have heard we can be a bit nitpicky
over here when it comes to privacy. The plugin does not save private user data and
is 100% compliant with GDPR.

### Will I have to edit any theme templates to get Antispam Bee to work?

No, the plugin works as is. You may want to configure your favorite settings, though.

### Does Antispam Bee work with shortened IPs?

Generally yes. However, commissioning the Antispam Bee plugin for canceled or shortened
IP addresses in comment metadata is not recommended. Because the name and the e-
mail address of the comments are not unique, an IP address is the only reliable 
measure. The more complete the stored IP addresses, the more reliable the assignment
or detection of spam.

### How can I submit undetected spam?

If the antispam plugin has passed some spam comments, these comments can be reported
for analysis. A [Google table](http://goo.gl/forms/ITzVHXkLVL) was created for this
purpose.

### Antispam Bee with Varnish?

If WordPress is operated with Apache + Varnish, the actual IP address of the visitors
does not appear in WordPress. Accordingly the Antispam-Plugin lacks the base for
the correct functionality. An adaptation in the Varnish configuration file /etc/
varnish/default.vcl provides a remedy and forwards the original (not from Apache)
IP address in the HTTP header X-Forwarded-For:

> if (req.restarts == 0) {
>  set req.http.X-Forwarded-For = client.ip; }

### Are there some paid services or limitations?

No, Antispam Bee is free forever, for both private and commercial projects. You 
can use it on as many sites as you want. There is no limitation to the number of
sites you use the plugin on.

A complete documentation is available on [pluginkollektiv.org](https://antispambee.pluginkollektiv.org/documentation/).

### How can I report security bugs?

You can report security bugs through the Patchstack Vulnerability Disclosure Program.
The Patchstack team helps validate, triage and handle any security vulnerabilities.
[Report a security vulnerability.](https://patchstack.com/database/vdp/445425e4-f5dd-4404-80a7-690999f5bcb3)

## Recenze

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

### 󠀁[Works better than JetPack](https://wordpress.org/support/topic/works-better-than-jetpack/)󠁿

 [Terence Eden](https://profiles.wordpress.org/edent/) 14. 3. 2026

Simple to set up and use. Catches all the spam and deletes it before I get a chance
to see it. Might miss one or two pieces a week, but that’s still better than JetPack
and it preserves my users‘ privacy.

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

### 󠀁[Nice!](https://wordpress.org/support/topic/nice-4962/)󠁿

 [mark ball](https://profiles.wordpress.org/mballew/) 18. 10. 2025

Very Well Done, easy to get started, clear nav, easy easy easy, thank you.

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

### 󠀁[Just Works ™](https://wordpress.org/support/topic/just-works-818/)󠁿

 [xpil](https://profiles.wordpress.org/xpil/) 7. 7. 2025

The plugin does exactly what you are expecting it to do: it stops comment spam. 
It is non-intrusive and extremely efficient. I haven’t seen a single spam comment
on my blog for many years now. Kudos.

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

### 󠀁[Exceptional plugin](https://wordpress.org/support/topic/exceptional-plugin-42/)󠁿

 [justinw1970](https://profiles.wordpress.org/justinw1970/) 25. 5. 2025

Have used this for years. Should have left a review before now. This is a real gem
of a plugin. Have it on all my sites. Long may it continue!

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

### 󠀁[Easy and Clean](https://wordpress.org/support/topic/easy-and-clean-35/)󠁿

 [Jason Ball](https://profiles.wordpress.org/jasonfintips/) 5. 5. 2025

Easy and clean to use.

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

### 󠀁[I had to find where to review… impressed!](https://wordpress.org/support/topic/i-had-to-find-where-to-review-impressed/)󠁿

 [hmibarrylsalter](https://profiles.wordpress.org/hmibarrylsalter/) 10. 3. 2025

On one of my sites, I was having a real tough time with crap like, slot machines
and by bitcoin and just all this junk I had to go and delete. Today I found „1“ 
after months of not going into the back end of this site, ONE spam and I hit spam
and it went away… Later today, I’m going to go load antispam bee on all my clients
sites…. I’ve had clients with thousands of spams and I don’t have time for this…
Oh and I tried jetpack, it caused issues and I deleted it won’t bother with it again.

 [ Přečtěte si všech 225 recenzí ](https://wordpress.org/support/plugin/antispam-bee/reviews/)

## Autoři

Antispam Bee je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

 *   [ pluginkollektiv ](https://profiles.wordpress.org/pluginkollektiv/)
 *   [ websupporter ](https://profiles.wordpress.org/websupporter/)
 *   [ Alain Schlesser ](https://profiles.wordpress.org/schlessera/)
 *   [ Torsten Landsiedel ](https://profiles.wordpress.org/zodiac1978/)
 *   [ Pascal Birchler ](https://profiles.wordpress.org/swissspidy/)
 *   [ Simon Kraft ](https://profiles.wordpress.org/krafit/)
 *   [ Bernhard Kau ](https://profiles.wordpress.org/kau-boy/)
 *   [ Florian Brinkmann ](https://profiles.wordpress.org/florianbrinkmann/)
 *   [ Matthias Pfefferle ](https://profiles.wordpress.org/pfefferle/)

Plugin „Antispam Bee“ byl přeložen do 30 jazyků. Děkujeme všem [překladatelům](https://translate.wordpress.org/projects/wp-plugins/antispam-bee/contributors)
za jejich pomoc.

[Přeložte “Antispam Bee” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/antispam-bee)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/antispam-bee/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/antispam-bee/), nebo se
přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/antispam-bee/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/antispam-bee/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

### 2.11.10

 * Fix: remove build-tool warnings from minified Javascript and CSS resources

### 2.11.9

 * Tweak: Improved compatibility with unquoted HTML attributes in comment forms
 * Maintenance: Tested up to WordPress 7.0

### 2.11.8

 * Tweak: Minor code changes and housekeeping
 * Tweak: Add link to Patchstack in readme
 * Maintenance: Tested up to WordPress 6.8

### 2.11.7

 * Tweak: Use SCRIPT_NAME instead of REQUEST_URI to check path
 * Fix: Remove `add_reasons_to_defaults()` from general initialization for better
   WordPress 6.7 compatibility
 * Maintenance: Tested up to WordPress 6.7

### 2.11.6

 * Fix: Delete missed out option on uninstall (Thanks @okvee!)
 * Tweak: Minor i18n improvements (Thanks Pedro!)
 * Tweak: Minor code changes and housekeeping
 * Tweak: Updated dependencies

### 2.11.5

IMPORTANT: If you use the country check and are behind a proxy or similar, you need
to use the `antispam_bee_trusted_ip` filter to get the correct IP from a header 
like `HTTP_X_FORWARDED` (don’t return an empty value here, otherwise all comments
are marked as spam).

 * Fix: Usage of core filter `pre_comment_user_ip` breaks ASB if the IP address 
   is removed for GDPR compliance

### 2.11.4

IMPORTANT: If you use the country check and are behind a proxy or similar, you need
to use the `pre_comment_user_ip` filter to get the correct IP from a header like`
HTTP_X_FORWARDED`.

 * Fix: Read client IP for country check from `REMOTE_ADDR` only (filterable via`
   pre_comment_user_ip`)
 * Fix: No spam reason in spam notification email, and related PHP warning
 * Fix: Remove outdated info from readme
 * Enhancement: Show upgrade notice on plugin overview page
 * Maintenance: Tested up to WordPress 6.3

### 2.11.3

 * Fix: Multiselect for „Delete comments by spam reasons“ was not saving values
 * Fix: Fix broken link for ISO country codes
 * Maintenance: Added test for PHP 8.2
 * Maintenance: Tested up to WordPress 6.2

### 2.11.2

 * Tweak: remove superfluous translations
 * Tweak: make FAQ link an anchor link
 * Fix: spam counter no longer raises a warning with PHP 8.1 if no spam is present
   yet
 * Fix: spam reasons are now localized correctly
 * Fix: Translations were loaded twice on some admin pages
 * Maintenance: Tested up to WordPress 6.1

### 2.11.1

 * Tweak: remove superfluous type attribute from inline script tag
 * Maintenance: Tested up to WordPress 6.0

### 2.11.0

 * Fix: Allow empty comments if `allow_empty_comment` is set to true
 * Fix: Add `aria-label` to work around bug in a11y testing tools
 * Fix: Change priority for `comment_form_field_comment` from 10 to 99
 * Tweak: Updated some FAQ entries
 * Tweak: Updated build tooling

### 2.10.0

 * Fix: Switch from ip2country.info to iplocate.io for country check
 * Enhancement: Use filter to add the honeypot field instead of output buffering
   for new installations and added option to switch between the both ways
 * Tweak: Added comment user agent to regex pattern check
 * Tweak: Make the ping detection filterable to support new comment types
 * Tweak: Updated internal documentation links
 * Tweak: Several updates and optimizations in the testing process
 * Tweak: Adjust color palette to recent WP version
 * Tweak: Adjust wording in variables and option names
 * Readme: Add new contributor and clean up unused code

### 2.9.4

 * Enhancement: Add filter to allow ajax calls
 * Tweak: Better wording for BBCode feature in plugin description
 * Tweak: Better screenshots in the plugin directory
 * Maintenance: Tested up to WordPress 5.7

### 2.9.3

 * Fixed: Compatibility with WordPress 5.5
 * Fixed: Undefined index on spam list page
 * Tweak: Better wording on settings page
 * Tweak: AMP compatibility
 * Tweak: Protect CSS from overwrite through bad themes

### 2.9.2

 * Fix: Delete comment meta for deleted old spam. For the cleanup of older orphaned
   comment meta we suggest the usage of [WP Sweep](https://wordpress.org/plugins/wp-sweep/)
 * Fix: Statistic in dashboard showed wrong value
 * Tweak: Change autocomplete attribute to „new-password“
 * Tweak: Autoptimize compatibility improved
 * Tweak: Renamed blacklist/whitelist to a better phrase
 * Tweak: Added new pattern
 * Tweak: UI and text optimizations
 * Tweak: Better compatibility with some server configurations
 * Tweak: Make spam reason sortable and filterable
 * Tweak: Add spam reason for manually marked spam
 * Maintenance: Deleted unused code
 * Maintenance: Removed Fake IP check (unreliable and producing false positives)
 * Maintenance: Fix some coding standard issues
 * Maintenance: Tested up to WordPress 5.4
 * Maintenance: Tested up to PHP 7.4

### 2.9.1

 * Improved backend accessibility
 * Prefilled comment textareas do now work with the honeypot
 * Compatible with the AMP plugin (https://wordpress.org/plugins/amp/)
 * Improved dashboard tooltips
 * Improvements for the language detection API
 * Scalable IP look up for local spam database

### 2.9.0

 * Introduction of coding standards.
 * Switch to franc language detection API for the language check.
 * Do not longer overwrite the IP address WordPress saves with the comment by using`
   pre_comment_user_ip`.
 * Do not show „Trust commenters with a Gravatar“ if the „Show Gravatar“ option 
   is not set.
 * Skip the checks, when I ping myself.
 * Fixes some wrong usages of the translation functions.
 * Use the regular expressions check also for trackbacks.
 * Add option to delete Antispam Bee related data when plugin gets deleted via the
   admin interface.
 * Save a hashed + salted IP for every comment
 * New check for incoming trackbacks.
 * Introduction of behat tests.
 * Updates the used JavaScript library for the statistics widget.
 * Bugfix in the „Comment form used outside of posts“ option.

### 2.8.1

 * PHP 5.3 compatibility
 * Bugfix where a spam trackback produced a fatal error
 * For more details see https://github.com/pluginkollektiv/antispam-bee/milestone/
   8?closed=1

### 2.8.0

 * Removed stopforumspam.com to avoid potential GDPR violation
 * Improves IP handling to comply with GDPR
 * Improves PHP7.2 compatibility
 * Opravuje malé chyby v mobilních zobrazeních
 * Allow more than one language in language check
 * Malé vylepšení rozhraní
 * Remove old russian and Dutch translation files
 * For more details see https://github.com/pluginkollektiv/antispam-bee/milestone/
   4?closed=1

### 2.7.1

 * Fixes an incompatibility with Chrome autofill
 * Fixes some incompatibilities with other plugins/themes where the comment field
   was left empty
 * Support for RTL
 * Solve some translation/language issues
 * A new filter to add languages to the language check
 * For more details see https://github.com/pluginkollektiv/antispam-bee/milestone/
   6?closed=1

### 2.7.0

 * Country check is back again (thanks to Sergej Müller for his amazing work and
   the service page)
 * Improved Honeypot
 * Language check through Google Translate API is back again (thanks to Simon Kraft
   of https://moenus.net/ for offering to cover the costs)
 * More default Regexes
 * Unit Test Framework
 * Accessibility and GUI improvements
 * An [english documentation](https://github.com/pluginkollektiv/antispam-bee/wiki)
   is now available, too. Some corrections in the german documentation.
 * Some bugfixes – Among other things for WPML compatibility
 * For more details see https://github.com/pluginkollektiv/antispam-bee/milestone/
   3?closed=1

### 2.6.9

 * Updates donation links throughout the plugin
 * Fixes an error were JavaScript on the dashboard was erroneously being enqueued
 * Ensures compatibility with the latest WordPress version

### 2.6.8

 * added a POT file
 * updated German translation, added formal version
 * updated plugin text domain to include a dash instead of an underscore
 * updated, translated + formatted README.md
 * updated expired link URLs in plugin and languages files
 * updated [plugin authors](https://pluginkollektiv.org/hello-world/)

### 2.6.7

 * Removal of functions _Block comments from specific countries_ and _Allow comments
   only in certain language_ for financial reasons – [more information](https://antispambee.pluginkollektiv.org/news/2015/removal-of-allow-comments-only-in-certain-language/)

### 2.6.6

 * Switch to the official Google Translation API
 * _Release time investment (Development & QA): 2.5 h_

### 2.6.5

 * Fix: Return parameters on `dashboard_glance_items` callback / thx [@toscho](https://twitter.com/toscho)
 * New function: Trust commenters with a Gravatar / thx [@glueckpress](https://twitter.com/glueckpress)
 * Additional plausibility checks and filters
 * _Release time investment (Development & QA): 12 h_

### 2.6.4

 * Consideration of the comment time (Spam if a comment was written in less than
   5 seconds) – [more information](https://antispambee.pluginkollektiv.org/news/2014/antispam-bee-2-6-4/)
 * _Release time investment (Development & QA): 6.25 h_

### 2.6.3

 * Sorting for the Antispam Bee column in the spam comments overview
 * Code refactoring around the use of REQUEST_URI
 * _Release time investment (Development & QA): 2.75 h_

### 2.6.2

 * Improving detection of fake IPs
 * _Release time investment (Development & QA): 11 h_

### 2.6.1

 * Code refactoring of options management
 * Support for `HTTP_FORWARDED_FOR` header
 * _Release time investment (Development & QA): 8.5 h_

### 2.6.0

 * Optimizations for WordPress 3.8
 * Clear invalid UTF-8 characters in comment fields
 * Spam reason as a column in the table with spam comments

For the complete changelog, check out our [GitHub repository](https://github.com/pluginkollektiv/antispam-bee).

## Meta

 *  Verze **2.11.10**
 *  Poslední aktualizace **před 2 týdny**
 *  Aktivních instalací **700 000+**
 *  Verze WordPressu ** 4.6 nebo novější **
 *  Testováno až do WordPressu **7.0**
 *  Verze PHP ** 5.2 nebo novější **
 *  Jazyky
 * [Catalan](https://ca.wordpress.org/plugins/antispam-bee/), [Chinese (Taiwan)](https://tw.wordpress.org/plugins/antispam-bee/),
   [Danish](https://da.wordpress.org/plugins/antispam-bee/), [Dutch](https://nl.wordpress.org/plugins/antispam-bee/),
   [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/antispam-bee/), [English (Australia)](https://en-au.wordpress.org/plugins/antispam-bee/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/antispam-bee/), [English (New Zealand)](https://en-nz.wordpress.org/plugins/antispam-bee/),
   [English (UK)](https://en-gb.wordpress.org/plugins/antispam-bee/), [English (US)](https://wordpress.org/plugins/antispam-bee/),
   [French (France)](https://fr.wordpress.org/plugins/antispam-bee/), [Galician](https://gl.wordpress.org/plugins/antispam-bee/),
   [German](https://de.wordpress.org/plugins/antispam-bee/), [German (Austria)](https://de-at.wordpress.org/plugins/antispam-bee/),
   [German (Switzerland)](https://de-ch.wordpress.org/plugins/antispam-bee/), [Greek](https://el.wordpress.org/plugins/antispam-bee/),
   [Italian](https://it.wordpress.org/plugins/antispam-bee/), [Japanese](https://ja.wordpress.org/plugins/antispam-bee/),
   [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/antispam-bee/), [Persian](https://fa.wordpress.org/plugins/antispam-bee/),
   [Portuguese (Portugal)](https://pt.wordpress.org/plugins/antispam-bee/), [Russian](https://ru.wordpress.org/plugins/antispam-bee/),
   [Slovak](https://sk.wordpress.org/plugins/antispam-bee/), [Slovenian](https://sl.wordpress.org/plugins/antispam-bee/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/antispam-bee/), [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/antispam-bee/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/antispam-bee/), [Spanish (Venezuela)](https://ve.wordpress.org/plugins/antispam-bee/),
   [Swedish](https://sv.wordpress.org/plugins/antispam-bee/), [Turkish](https://tr.wordpress.org/plugins/antispam-bee/)
   a [Ukrainian](https://uk.wordpress.org/plugins/antispam-bee/).
 *  [Přeložte do vašeho jazyka](https://translate.wordpress.org/projects/wp-plugins/antispam-bee)
 * Štítků
 * [anti-spam](https://cs.wordpress.org/plugins/tags/anti-spam/)[antispam](https://cs.wordpress.org/plugins/tags/antispam/)
   [comments](https://cs.wordpress.org/plugins/tags/comments/)[spam filter](https://cs.wordpress.org/plugins/tags/spam-filter/)
   [spam protection](https://cs.wordpress.org/plugins/tags/spam-protection/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/antispam-bee/advanced/)

## Hodnocení

 4.8 z 5 hvězdiček.

 *  [  212 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/antispam-bee/reviews/?filter=5)
 *  [  2 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/antispam-bee/reviews/?filter=4)
 *  [  1 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/antispam-bee/reviews/?filter=3)
 *  [  2 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/antispam-bee/reviews/?filter=2)
 *  [  8 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/antispam-bee/reviews/?filter=1)

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

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/antispam-bee/reviews/)

## Spolupracovníci

 *   [ pluginkollektiv ](https://profiles.wordpress.org/pluginkollektiv/)
 *   [ websupporter ](https://profiles.wordpress.org/websupporter/)
 *   [ Alain Schlesser ](https://profiles.wordpress.org/schlessera/)
 *   [ Torsten Landsiedel ](https://profiles.wordpress.org/zodiac1978/)
 *   [ Pascal Birchler ](https://profiles.wordpress.org/swissspidy/)
 *   [ Simon Kraft ](https://profiles.wordpress.org/krafit/)
 *   [ Bernhard Kau ](https://profiles.wordpress.org/kau-boy/)
 *   [ Florian Brinkmann ](https://profiles.wordpress.org/florianbrinkmann/)
 *   [ Matthias Pfefferle ](https://profiles.wordpress.org/pfefferle/)

## Podpora

Vyřešené problémy během posledních dvou měsíců:

     1 z 1

 [Fórum podpory](https://wordpress.org/support/plugin/antispam-bee/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW)