// akismet check spam ... if($this->_akismet_text($aItem['title'], $aItem['description'], $contactName, $contactEmail)) { $is_spam = 1; }