Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremyfelt/self-sustaining-spam-stopper
Stop spam without relying on an external service.
https://github.com/jeremyfelt/self-sustaining-spam-stopper
comments plugin spam wordpress
Last synced: 21 days ago
JSON representation
Stop spam without relying on an external service.
- Host: GitHub
- URL: https://github.com/jeremyfelt/self-sustaining-spam-stopper
- Owner: jeremyfelt
- Created: 2019-07-30T02:12:27.000Z (over 5 years ago)
- Default Branch: trunk
- Last Pushed: 2023-12-08T07:11:50.000Z (about 1 year ago)
- Last Synced: 2024-12-16T23:09:49.326Z (26 days ago)
- Topics: comments, plugin, spam, wordpress
- Language: PHP
- Size: 135 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Self-Sustaining Spam Stopper
Stop spam without relying on an external service.
## Description
This plugin attempts to stop spam from the standard WordPress comment field and custom Contact 7 form submissions.
It does not send any data to an external service to determine if submitted content is spam. No cookies or other personal user information are captured or stored.
## Installation
### Comments
In most cases, no configuration should be necessary when using this plugin to protect against comment spam. Most WordPress themes will use WordPress core to output comment fields and most of the time the proper hook (`comment_form_top`) will be fired so that the fields from this plugin are added.
### Contact Form 7
To use this plugin with Contact Form 7, add `[ssss ssss]` to any contact form to add spam checking by this plugin to the form.
### Caveats
* JavaScript is required for this to work.
## Changelog
### 1.1.0
* Start logging the elapsed time comment submissions.
* Start logging elapsed time for CF7 form submissions.
* Confirm WP 5.9 support.### 1.0.1
* Housekeeping, cruft removal.
* Confirm WP 5.8 support.### 1.0.0
* Initial plugin version.