Hi,
I have some issues with a clients WordPress page.
Their AdWords campaigns recently got disapproved, because they detected some security/malware issues on the page.
After talking with Google Adwords support, we found out that it’s a javascript code in the footer that causes problems.
<script type="text/javascript" src="http://www.xxxxxx.org/jquery.js"></script>
The link shows up after refreshing or wait some minutes. The javascript website itself, contains (what I can see) nothing. But I have to get rid of it somehow..
I have tried to use Better search and Replace, and search for the link there – Found nothing.
I have downloaded the entire page and search through all the files with sublime text and still found nothing.
I have looked through functions.php, footer.php, wp_footer – Everywhere I could think off.
Nothing.
The site is heavily based on plugins, so I can’t to just deactivate and active plugins to find what is causing the script to show.
I think it’s one off the plugins, that is the problem. How can I figure out which plugin that are making the script show up? Or even better yet.. How do I remove it?
All help is appreciated!