Plugin Directory

Changeset 3002073


Ignore:
Timestamp:
11/27/2023 09:30:15 AM (2 years ago)
Author:
tagmood
Message:

1.3.0

Location:
eadv-vip
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • eadv-vip/tags/1.3.0/eadv-vip.php

    r2977337 r3002073  
    44Plugin URI: https://www.eadv.it
    55Description: Plugin riservato ai publishers VIP di eADV
    6 Version: 1.2.6
     6Version: 1.3.0
    77Author: TAGMOOD S.R.L.
    88Author URI: https://www.tagmood.it
     
    3838}
    3939add_action('wp_enqueue_scripts', 'eadv_insert_javascript');
     40
     41/**
     42 * Abilita il supporto TCF per Google Analytics
     43 */
     44function eadv_insert_gtag_enable_tcf_support()
     45{
     46    ?>
     47<script>
     48    window['gtag_enable_tcf_support'] = true;
     49</script>
     50<?php
     51}
     52add_action('wp_head', 'eadv_insert_gtag_enable_tcf_support', 1);
    4053
    4154/**
  • eadv-vip/tags/1.3.0/readme.txt

    r2977337 r3002073  
    44Requires at least: 5.1
    55Tested up to: 6.3
    6 Stable tag: 1.2.6
     6Stable tag: 1.3.0
    77License: GPLv2 or later
    8 Plugin realizzato per i publisher VIP di eADV.it per l'inserimento automatico del Magic-Code, del file ads.txt e delle direttive per l'ottimizzazione del CLS
     8Plugin realizzato per i publisher VIP di eADV.it per l'inserimento automatico del Magic-Code, del file ads.txt, delle direttive per l'ottimizzazione del CLS e del supporto TCF per Google Analytics
  • eadv-vip/trunk/eadv-vip.php

    r2977337 r3002073  
    44Plugin URI: https://www.eadv.it
    55Description: Plugin riservato ai publishers VIP di eADV
    6 Version: 1.2.6
     6Version: 1.3.0
    77Author: TAGMOOD S.R.L.
    88Author URI: https://www.tagmood.it
     
    3838}
    3939add_action('wp_enqueue_scripts', 'eadv_insert_javascript');
     40
     41/**
     42 * Abilita il supporto TCF per Google Analytics
     43 */
     44function eadv_insert_gtag_enable_tcf_support()
     45{
     46    ?>
     47<script>
     48    window['gtag_enable_tcf_support'] = true;
     49</script>
     50<?php
     51}
     52add_action('wp_head', 'eadv_insert_gtag_enable_tcf_support', 1);
    4053
    4154/**
  • eadv-vip/trunk/readme.txt

    r2977337 r3002073  
    44Requires at least: 5.1
    55Tested up to: 6.3
    6 Stable tag: 1.2.6
     6Stable tag: 1.3.0
    77License: GPLv2 or later
    8 Plugin realizzato per i publisher VIP di eADV.it per l'inserimento automatico del Magic-Code, del file ads.txt e delle direttive per l'ottimizzazione del CLS
     8Plugin realizzato per i publisher VIP di eADV.it per l'inserimento automatico del Magic-Code, del file ads.txt, delle direttive per l'ottimizzazione del CLS e del supporto TCF per Google Analytics
Note: See TracChangeset for help on using the changeset viewer.