Περιγραφή
Adds a hidden field to comment forms, which will subsequently be auto-filled by spam-submitting robots. If the form
submission contains a value, the comment will not be saved, because only robots will see the field and fill it out.
Simple!
Any form which is processed using the hook comment_form_after_fields
(building the form HTML) and preprocess_comment
(for processing the form submission) will be extended with this functionality.
This plugin doesn’t block or catch any form submissions which have been filled manually in a browser, so you may still
receive the occasional advertising or sales message as a post or page comment. However, blocking automatically-generated
spam messages will reduce the number of unwanted messages greatly.
Εγκατάσταση
- Upload the plugin folder to the
/wp-content/plugins/
directory - Ενεργοποιήστε το πρόσθετο μέσω του μενού “Πρόσθετα” στο WordPress
- That’s it.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Simplest comment spam catcher” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Simplest comment spam catcher” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0.5
- Add plugin image assets for repository
- Confirms compatibility with WordPress 5.6.
1.0.4
- Confirms compatibility with WordPress 5.2.0.
- Switches to the use of PHP array short syntax.
- Changes the author name to Say Hello GmbH.
1.0.3.1
- Changes the name of the plugin which is displayed in WordPress admin area. No technical changes.
- Minor changes to README.
1.0.3
- Confirms compatibility with WordPress 4.6.
1.0.2.1
- Fixes version number. Sorry!
1.0.2
- Confirms compatibility with WordPress 4.5.
- Updates README.
1.0.1
- Minor changes to README.
1.0
- Initialises public version.