Skip to content

Instantly share code, notes, and snippets.

@namncn
Created December 10, 2018 16:52
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 namncn/0b34be641fc3e1dd73c9344770caaf8b to your computer and use it in GitHub Desktop.
Save namncn/0b34be641fc3e1dd73c9344770caaf8b to your computer and use it in GitHub Desktop.
<?php
add_action('wp_head', 'prefix_add_googleanalytics');
function prefix_add_googleanalytics() { ?>
// Paste your Google Analytics code from Step 4 here
<?php }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment