You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2024. It is now read-only.
Description: Generic helper functions to adhere to our Wordpress sites.
Version: 1.1.6
Author: Web Solutions
*/
namespaceSwsHelperPlugin;
if (!defined('ABSPATH')) exit;
require_once__DIR__ . '/classes/antispambot.php';
useSwsHelperPlugin\classes\AntiSpamBot;
class Main
{
publicstaticfunctioninit()
{
AntiSpamBot::init();
/*
Does: disable xmlrpc
Why: vulnerable to hack attacks, like DDoS and brute force attacks. The PHP file also tends to use up a lot of your server resources, making your website super slow.