Exemple #1
0
function gtm4wp_wp_body_open()
{
    global $gtm4wp_options;
    if (GTM4WP_PLACEMENT_BODYOPEN == $gtm4wp_options[GTM4WP_OPTION_GTM_PLACEMENT]) {
        gtm4wp_the_gtm_tag();
    }
}
Exemple #2
0
					});
				}
			});
		});
		</script>		
		<?php 
}
?>
	</head>
	<body <?php 
body_class();
?>
>
	<?php 
if (function_exists('gtm4wp_the_gtm_tag')) {
    gtm4wp_the_gtm_tag();
}
?>


		<!-- wrapper -->
		<div id="wrapper">
			<div class="w1">
				<div class="w2">
					<!-- container -->
					<div id="container">
						<!-- header -->
						<div id="header">
							<div class="header-holder">
								<strong class="logo"><a href="<?php 
echo home_url('/');