Onmyodev Spam Check Ability

설명

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Onmyodev Spam Check Ability”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Onmyodev Spam Check Ability”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release