Skip to content

Instantly share code, notes, and snippets.

@osalcedo
Last active August 29, 2015 14:18
Show Gist options
  • Save osalcedo/de2a66032301283f3756 to your computer and use it in GitHub Desktop.
Save osalcedo/de2a66032301283f3756 to your computer and use it in GitHub Desktop.
Genesis Google Tag Manager
add_action('genesis_before', 'es_google_tag_manager');
function es_google_tag_manager() { ?>
<!-- Start Google Tag Manager Code -->
<!-- End Google Tag Manager Code -->
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment