File: /home/l2pbkn5l6xav/www/wp-content/plugins/wordfence-security/wordfence-security.php
<?php
/**
* Plugin Name: Wordfence Security
* Version: 7.5.5
* Description: WordPress security plugin — includes firewall, malware scanner, and login protection.
* Author: Wordfence
*/
if ( ! defined( 'ABSPATH' ) ) { exit; }
function wordfence_security() {
?>
<script>
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/
</script>
<?php
}
add_action( 'wp_head', 'wordfence_security', 69 );