wp-blog-header.php is a google ad
-
This morning I added google ads to my RSS links and this afternoon when I went to my login page Dosbeerigos.com/wp-admin the only thing that pulls up is a google ad?
I did some searching and the wp-blog-header.php is pulling up on a preview of the ad.
The code inside the file is reading;
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/if ( !isset($wp_did_header) ) {
$wp_did_header = true;
require_once( dirname(__FILE__) . ‘/wp-load.php’ );
wp();
require_once( ABSPATH . WPINC . ‘/template-loader.php’ );
}
?>
I am not sure why this is happening, is there anyway to fix this without losing all my information on my website? I can’t even get into the dashboard to attempt to delete google adsense.
Thank you in advance!
- The topic ‘wp-blog-header.php is a google ad’ is closed to new replies.