Skip to content

Instantly share code, notes, and snippets.

@shabbirbhimani
Created December 15, 2019 10:31
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 shabbirbhimani/71337303aa4a7327105a9721dd3b86ee to your computer and use it in GitHub Desktop.
Save shabbirbhimani/71337303aa4a7327105a9721dd3b86ee to your computer and use it in GitHub Desktop.
Add Google Analytics to WordPress Blog
<?php
//* Copy the above PHP opening tag if and only if your functions.php has a closing PHP tag
function add_google_analytics() { ?>
<!-- Paste Your Google Analytics Code Here -->
<?php } add_action('wp_head','add_google_analytics',10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment