Version 6.4
Example how to use plugin to filter spam bots at any Joomla form.
$result = plgSystemAntispambycleantalk::onSpamCheck(
'',
array(
'sender_email' => $contact_email,
'sender_nickname' => $contact_nickname,
'message' => $contact_message
));
if ($result !== true) {
JFactory::getApplication()->enqueueMessage($this->_subject->getError(),'error');
}
- CleanTalk account https://cleantalk.org/register?product=anti-spam