Viewing 2 replies - 1 through 2 (of 2 total)
  • shawaj –

    That code is not defined anywhere within the WooCommerce GA plugin. It’s likely you have another plugin which is adding it, or it’s written directly into your theme files.

    Thread Starter shawaj

    (@shawaj)

    any idea how i can find where it is coming from?

    Will it cause problems if I have both the universal analytics and ga.js code called on every page?

    It is definitely not in my theme header.php file as this is all it contains:

    <head>
    
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    
    <title><?php woo_title(''); ?></title>
    <?php woo_meta(); ?>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo( 'stylesheet_url' ); ?>" media="screen" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    <?php
    	wp_head();
    	woo_head();
    ?>
    
    </head>

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ga.js header tag showing?’ is closed to new replies.