目前分類:WordPress (2)

瀏覽方式: 標題列表 簡短摘要

Info

  • 加入 js 檔案時,也可以同時設定引用 jQuery 等 lib
  • add_action('wp_enqueue_scripts', 'gtm_scripts');
    function gtm_scripts() {
        // product category page
        if (is_product_category()) {
            wp_enqueue_script('product-category', get_stylesheet_directory_uri() . "/js/gtm/product_category.js", array('jquery'));
            return;
        }
    }
  • 要注意的是引用 jQuery 後因為避免版本衝突,引用的 js 中不能使用「$」要改用「jQuery」
  • jQuery(function() {
      console.log('GTM product-category page');
      dataLayer.push({'event': 'catpg'});
    });

Reference

  1. https://developer.wordpress.org/reference/functions/wp_enqueue_script/
文章標籤

danielhuang030 發表在 痞客邦 留言(0) 人氣()

文章標籤

danielhuang030 發表在 痞客邦 留言(0) 人氣()

Close

您尚未登入,將以訪客身份留言。亦可以上方服務帳號登入留言

請輸入暱稱 ( 最多顯示 6 個中文字元 )

請輸入標題 ( 最多顯示 9 個中文字元 )

請輸入內容 ( 最多 140 個中文字元 )

reload

請輸入左方認證碼:

看不懂,換張圖

請輸入驗證碼