• Resolved Erunafailaro

    (@erunafailaro)


    Hi,

    I found this code in your plugin-file js/shareaholic-perf.js:

    /*GA code for performance testing*/
    
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-12964573-5']);
    _gaq.push(['_trackPageview']);
    
    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();

    This looks like Google Analytics tracking code. How can I disable it?

    http://wordpress.org/extend/plugins/sexybookmarks/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: SexyBookmarks] hidden GoogleAnalytics code in v3.2.9?’ is closed to new replies.