Skip to content

Instantly share code, notes, and snippets.

View jaxne's full-sized avatar

John Axne jaxne

View GitHub Profile
@bigdigital
bigdigital / functions.php
Created March 7, 2017 10:27
The7 integration Google Tag Manager
function add_after_body()
{
?>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-XXXX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<?php
}