I need help finding a certain code. It’s about the google code that was somehow added to the page. On my website after pressing CTR + U there is a code that I need to delete:
``
window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments)}; gtag('js', new Date()); gtag('config', 'UA-XXXXXXXX-X');
I use Storm PHP, so I started searching for this code in the project using ctr + sfift + f. Unfortunately, it turned out that such a code is only in cache. Of course, I cleaned it manually and with the script, and even generated the theme cache from scratch. Nothing has helped and each time this code shows up in the cache and in the page code, but it is not included in any theme, it is not included in the included scripts, nor is it generated by the plugin. How is that possible?