/* 
 Theme Name:   Kadence Child
 Theme URI:    https://djedrive.com
 Description:  kadence child
 Author:       Djedrive
 Author URI:   https://djedrive.com
 Template:     kadence
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/**
* Add google tag manager code in head tag.
*/
function custom_add_gtm_code() {
?>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16614105731"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'AW-16614105731');
</script>

<?php
}
add_action( 'wp_head', 'custom_add_gtm_code' );
