WordPress Security Configuration Checklist

đź”’ Basic Security Configuration

✅ Keep daily/weekly backup - automated ✅ WordPress Update (twice a month) - 5min

âś… Plugins Update (twice a month) - 10/15 min

âś… Themes Update (make sure you have child theme) - 5min

âś… Update Password - every 3 months

✅ Delete any plugins or themes the we’re not using (twice a month) - 10min

✅ Never use (“admin”, “login”, “administrator”, “user”, “test”) as your username

🛡 Advance Security Configuration

âś… Change Login Path (/wp-admin, /wp-login.php, /admin) (Hide my login)

âś… Hiding username from the author archive URL (functions.php snippet)

âś… Limit login attempts (3/5 - block)

âś… Change file permissions (Server Side) - read/write (hosting support)

âś… Disable file editing via the dashboard (snippet in wp-config.php)

âś… Create Custom Secret Keys for wp-config.php File (link in wp-config.php)

âś… Using Google Re-captcha in all Forms to prevent spams (CleanTalk - paid)

âś… Change the Database Prefix (default wp_)