php 最简单的Google分析WordPress插件。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 最简单的Google分析WordPress插件。相关的知识,希望对你有一定的参考价值。

<?PHP
/*
	Plugin Name: FMy - Place Google Analytics CODE in the footer
	Plugin URI: http://www.fayazmiraz.com/
	Description:  A Simple WordPress Plugin to Place site Google Analytics CODE in the footer
	Version: 1.1
	Author:  Fayaz Ahmed
	Author URI: http://www.fayazmiraz.com/
*/

function fmy_ga_to_footer() {
	// do it only when user not logged in, our own visits doesn't need to show on GA
	if( ! is_user_logged_in() ) {
		?>
		<!-- place your Google Analytics async CODE here (replace this line & include the script tag) -->
		<?php
	}
}
add_action( 'wp_footer', 'fmy_ga_to_footer' );

以上是关于php 最简单的Google分析WordPress插件。的主要内容,如果未能解决你的问题,请参考以下文章

php 将Google Analytics跟踪代码添加到WordPress的简单插件

text 这是一个小的PHP类,可以在不降低Pagespeed索引的情况下将Google分析添加到WordPress。它将analytics.js保存在服务器上

python 中最接近 WordPress 而不是 php 的东西是啥? [关闭]

WordPress主题开发:最简单的主题构成

PHP 针对WordPress优化的Google Analytics

php Wordpress版Google的结构化数据