Skip to content

Instantly share code, notes, and snippets.

@SiR-DanieL
Created September 9, 2015 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SiR-DanieL/9f67610098781c7c3139 to your computer and use it in GitHub Desktop.
Save SiR-DanieL/9f67610098781c7c3139 to your computer and use it in GitHub Desktop.
<?php
if ( ! is_admin() ) {
wp_enqueue_script( 'google-analytics', get_template_directory_uri() . '/my-ga.js' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment