Description
This plugin registers a single “Spam Check” Ability into the WordPress Abilities API.
At this moment there’s no way to manually trigger a check because I find this function rather useless — One could just check spam by themselves if they are already looking at the comments admin area…
Requirements:
- PHP 7.4 or higher
- WordPress 7.0 or above
- An AI connector with text generation capabilities configured
Recommended:
- AI plugin installed
Since the plugin depends on the Abilities API as well as the AI client it can only work with WordPress 7.0. WordPress 6.9 should also work with wordpress/php-ai-client installed but this is untested.
External Services
The plugin acts as an ability introduced in WordPress 7.0 that uses AI features also found in the said version.
To perform a spam check, the comment content, user name, email, and website will be sent to an AI service, but the exact service used is NOT controlled by this plugin and solely depends on the connector you are using.
You need to refer to the connector plugins you may have to learn more information.
FAQ
-
How does the plugin work?
-
The plugin works very similar to normal spam check plugins except that it uses an AI connector as a backend. Useful if you wish to use your own AI instead of having to sign up for something else.
-
What will happen with the comments?
-
The check will happen when a comment is posted to your website. Spam comments will be marked as spam right away. Sketchy comments will be marked as pending for review. The rest of the comments will not be touched so existing comment processing mechanisms you may have remain uninterrupted.
-
The plugin doesn’t seem to be working.
-
Ensure that you have a valid AI connector with proper capabilities configured. Besides, if you have the AI plugin installed and have “Connector Approvals” on you must consent this plugin to use the connectors. Finally, the performance largely depends on the AI you are using. If you have a bad AI configured it’s normal for this plugin to not work well.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Onmyodev Spam Check Ability” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Onmyodev Spam Check Ability” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release
