Changeset 3336306
- Timestamp:
- 07/30/2025 04:26:44 AM (8 months ago)
- Location:
- hide-gtm-code
- Files:
-
- 3 added
- 2 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/hide-gtm-code.php (added)
-
tags/1.1.1/readme.txt (added)
-
trunk/hide-gtm-code.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hide-gtm-code/trunk/hide-gtm-code.php
r3257664 r3336306 4 4 * Plugin URI: https://create-accord.com/production/plugins/ 5 5 * Description: The plugin embeds GTM code with minimal impact on your theme and performance, preventing unnecessary measurement. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Author: CREATE ACCORD 8 8 * Author URI: https://create-accord.com/ … … 435 435 if ($hgtmc_script_ga_code != '') { 436 436 $ga_script_code_url = esc_url('https://www.googletagmanager.com/gtag/js?id=' . $hgtmc_script_ga_code); 437 wp_enqueue_script('ga4-js-script', $ga_script_code_url, array(), null, array('async', false)); 437 wp_enqueue_script( 438 'ga4-js-script', 439 $ga_script_code_url, 440 array(), 441 'ga4', 442 array( 443 'in_footer' => false, 444 'strategy' => 'async' 445 ) 446 ); 438 447 } 439 448 } -
hide-gtm-code/trunk/readme.txt
r3277949 r3336306 4 4 Requires at least: 6.8 5 5 Tested up to: 6.8 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 == Changelog == 42 42 43 1.1.1 44 Fixed an issue with loading order. 45 43 46 1.1.0 44 47 The text is not reflected so I will update it. There are no changes to the content.
Note: See TracChangeset
for help on using the changeset viewer.