Skip to content

Instantly share code, notes, and snippets.

@SirDarcanos
Created September 9, 2015 06:17
Show Gist options
  • Save SirDarcanos/9f67610098781c7c3139 to your computer and use it in GitHub Desktop.
Save SirDarcanos/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