php 在Beaver Theme中添加GTM标签

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 在Beaver Theme中添加GTM标签相关的知识,希望对你有一定的参考价值。

// gtm tag at top of head
function xmit_head_open() {
	?>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5D6GG2G');</script>
<!-- End Google Tag Manager -->
	<?
} 
add_action( 'fl_head_open', 'xmit_head_open' );

// gtm noscript after body open
function xmit_body_open() {
	?>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5D6GG2G"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
	<?	
} 
add_action( 'fl_body_open', 'xmit_body_open' );

以上是关于php 在Beaver Theme中添加GTM标签的主要内容,如果未能解决你的问题,请参考以下文章

php 这与Beaver Themer和Astra Theme一起使用[my_breadcrumb](即:将短代码插入到Themer Part中以显示面包屑)

php 在Beaver Builder中为Selector添加图像大小

php 向Beaver Themer添加其他自定义字段

php Beaver Builder为模块插件添加多个字体 - https://wpbeaches.com/adding-web-fonts-beaver-builder-plugin/

php 通过functions.php中的钩子在任何地方添加Beaver Builder模板

php 将颜色调色板添加到Beaver Builder编辑器