Skip to content

Instantly share code, notes, and snippets.

@RhythmShahriar
Created October 14, 2013 12:18
Show Gist options
  • Save RhythmShahriar/6974740 to your computer and use it in GitHub Desktop.
Save RhythmShahriar/6974740 to your computer and use it in GitHub Desktop.
<?php
/**-------------------------------------------
* @package Code Snippets
* @link http://rhythmshahriar.com/code/
* @author Rhythm <[email protected]>
* @copyright Copyright (c) 2013, Rhythm Shahriar
-------------------------------------------------*/
add_action( 'wp_head', 'rs_google_tracking_code' );
function rs_google_tracking_code () {
?>
<script>
<!---Your Google Analytics Code Goes Here---!>
</script>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment