Skip to content

Repository files navigation

Anti-spam plugin for Joomla 3.x-4.x-5.x-6.x

Version 3.4.0

Simple antispam test

Example how to use plugin to filter spam bots at any Joomla form.

        $result = plgSystemCleantalkantispam::onSpamCheck(
            '',
            array(
                'sender_email' => $contact_email, 
                'sender_nickname' => $contact_nickname, 
                'message' => $contact_message
            ));

        if ($result !== true) {
            JFactory::getApplication()->enqueueMessage($this->_subject->getError(),'error');
        }

If you find this project useful, please consider starring ⭐ it on GitHub — it helps us grow and support development!

Requirements

Websites that trust CleanTalk!

CleanTalk Anti-Spam Rating

Releases

Packages

Used by

Contributors

Languages