Wordpress 手動增加 Google Analytics 追蹤程式碼 打開 wp-includes/default-filters.php 約第 198 行開始隨意找一行加入此段程式碼 1add_action('wp_head', 'google_analytics'); 然後打開 wp-includes/general-template.php 隨意找一行新增以下程式碼 123456789101112function... Posted on 2014-05-28 | 0 Comments