Skip to content

Instantly share code, notes, and snippets.

Created January 20, 2016 16:54
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 anonymous/9fb0c68cd8aa2f57f6b7 to your computer and use it in GitHub Desktop.
Save anonymous/9fb0c68cd8aa2f57f6b7 to your computer and use it in GitHub Desktop.
<?php
//Google Analytics Code in den Footer einbinden
function ah_add_googleanalytics() { ?>
<script>Google Analytics Code einfügen</script>
<?php }
add_action('wp_footer', 'ah_add_googleanalytics');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment