Skip to content

ArtemAnoshin/joomla-test

Repository files navigation

Anti-spam plugin for Joomla 3.X.-4.x

Version 2.2

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');
        }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published