Wordpress: being loaded out of nowhere
Website:
http://ramprate.com/design1/
You'll find a script tag inside <head>
<script type="text/javascript"
src="http://ramprate.com/design1?ver=1.10.2"></script>
I don't know where this is coming from. I deactivated all the plugins one
at a time, and the tag was still being loaded after every deactivation. I
removed wp_head() from the header file, but the tag was still being loaded
inside the <body>
I spent a lot of time trying to figure out where it's being queued but
couldn't. I found that the version of jQuery on this wordpress
installation is 1.10.2 ( WP Version 3.6 ) - so I guess it's related to
loading jQuery. A grep for 1.10.2 inside wp-content yields no result
either.
Any thoughts on where this is coming from?
No comments:
Post a Comment