WordPress core file modified: wp-content/index.php Type: File
-
Filename: /public_html/wp-content/index.php
File Type: Core
Details: This WordPress core file has been modified and differs from the original file distributed with this version of WordPress.pls see the screenshot
https://prnt.sc/TqpWS5RwiHyMI think the original is the new file the old one with this is removed from index
must update the scan core of worfence
================
old file
<?php
// Silence is golden.
====================================
new file
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( ‘WP_USE_THEMES’, true );/** Loads the WordPress Environment and Template */
require __DIR__ . ‘/wp-blog-header.php’;
- The topic ‘WordPress core file modified: wp-content/index.php Type: File’ is closed to new replies.