Check whether or not the record is spam.
public static isSpam ( string $RecordType, array $Data, array $Options = [] ) | ||
$RecordType | string | By default, this should be one of the following: - Comment: A comment. - Discussion: A discussion. - User: A user registration. |
$Data | array | The record data. |
$Options | array | Options for fine-tuning this method call. - Log: Log the record if it is found to be spam. |