Solar_Service_Akismet::commentCheck()
public
bool
Solar_Service_Akismet::commentCheck
( array $data
)
Checks the comment data with Akismet to see if it is spam.
Parameters
(array)
$data
: The comment data to be checked for spam.
Returns
(bool) True if the comment data is spam, false if not.
Description
Checks the comment data with Akismet to see if it is spam.
See the _prepareData() method for the list of data keys.