__( 'Firewall', 'argus-wordpress-defence' ), 'desc' => __( 'Blocks malicious requests -- SQL injection, cross-site scripting, and dozens of other known attack patterns -- before they reach your site.', 'argus-wordpress-defence' ), 'active' => $settings['waf_enabled'], ), array( 'title' => __( 'Malware Scanner & Quarantine', 'argus-wordpress-defence' ), 'desc' => __( 'Watches for suspicious files, moves anything genuinely dangerous into a protected quarantine automatically, and lets you review or restore it.', 'argus-wordpress-defence' ), 'active' => $settings['malware_scan_enabled'], ), array( 'title' => __( 'File Integrity Monitoring', 'argus-wordpress-defence' ), 'desc' => __( 'Cross-checks WordPress core against official checksums and tracks plugin/theme file changes, so tampering doesn\'t go unnoticed.', 'argus-wordpress-defence' ), 'active' => $settings['integrity_scan_enabled'], ), array( 'title' => __( 'Login & Brute-Force Protection', 'argus-wordpress-defence' ), 'desc' => __( 'Detects and blocks repeated failed login attempts, and locks down XML-RPC/REST API endpoints commonly abused for credential-stuffing.', 'argus-wordpress-defence' ), 'active' => $settings['login_protection_enabled'], ), array( 'title' => __( 'Vulnerability Intelligence', 'argus-wordpress-defence' ), 'desc' => __( 'Checks WordPress core and every installed plugin/theme version against known security issues, so you know what needs updating and why.', 'argus-wordpress-defence' ), 'active' => $settings['vuln_intel_enabled'], ), array( 'title' => __( 'Backups', 'argus-wordpress-defence' ), 'desc' => __( 'Scheduled database and file backups, stored securely, so you have a real recovery point if something ever goes wrong.', 'argus-wordpress-defence' ), 'active' => 'automatic' === $settings['backup_schedule_mode'], ), array( 'title' => __( 'Automatic Updates', 'argus-wordpress-defence' ), 'desc' => __( 'ARGUS always keeps itself up to date, and can optionally do the same for every other plugin and theme -- unpatched software is one of the most common ways sites get compromised.', 'argus-wordpress-defence' ), 'active' => $settings['auto_update_all_enabled'], ), array( 'title' => __( 'Cache & Performance', 'argus-wordpress-defence' ), 'desc' => __( 'An optional page cache that can make your site noticeably faster -- it never bypasses the firewall or serves cached pages to already-blocked visitors.', 'argus-wordpress-defence' ), 'active' => $settings['static_cache_enabled'], ), array( 'title' => __( 'ARGUS Cloud (Global Threat Intelligence)', 'argus-wordpress-defence' ), 'desc' => __( 'Optional: share reputation data about IPs ARGUS blocks with a global network, and benefit from what every other connected site has already seen.', 'argus-wordpress-defence' ), 'active' => $settings['anis_enabled'], ), ); ?>

$template ) : ?>