| Modifier and Type | Method and Description |
|---|---|
boolean |
Akismet.commentCheck(AkismetComment comment)
This is basically the core of everything.
|
boolean |
Akismet.submitHam(AkismetComment comment)
This call is intended for the marking of false positives,
things that were incorrectly marked as spam.
|
boolean |
Akismet.submitSpam(AkismetComment comment)
This call is for submitting comments that weren't marked
as spam but should have been.
|
boolean |
Akismet.verifyKey()
The key verification call should be made before beginning to use the service.
|
Copyright © 2011-2014 michael-simons.eu. All Rights Reserved.