WordPress core files modified
-
Getting some strange errors over some core WP files being modified. Network Solutions support said I should change them back to what they were but I’m a little hesitant to do so. Any ideas on these below and should I hit “Repair” in Wordfence? Or is it malware?
WordPress core file modified: wp-admin/includes/update.php
WordPress core file modified: wp-includes/http.php
WordPress core file modified: wp-includes/update.phpIn this “update.php” example here are the differences noted by Wordfence.
$url = $http_url = 'https://api.www.ads-software.com/core/checksums/1.0/?' . http_build_query( compact( 'version', 'locale' ), null, '&' );
…was modified to…
$url = $http_url = 'https://atl4.violin.web.com/services/wpplat/getchecksum?' . http_build_query( compact( 'version', 'locale' ), null, '&' );
Also, not sure its related, but I took a month off from this WordPress project and when I returned to it I noticed some of the page content was hidden from the front-end, but still intact in the WP back end, when it was appearing just fine when I was last working on this project. This prompted me to install / scan with Wordfence and find these errors. In case these core file changes are affecting this page content (<?php the_content(); ?> in my theme code). Example link below.
https://spaindifference.com/our-people/ – content under title not showing
This site is hosted via Network Solutions “WordPress hosting”, in case that matters. Thanks in advance to any help or insight that can be provided.
- The topic ‘WordPress core files modified’ is closed to new replies.