Changeset 3224587
- Timestamp:
- 01/17/2025 07:04:48 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skyword-publishing-api/tags/1.1.4/php/class-skyword-shortcode.php
r3224349 r3224587 100 100 101 101 function register_tracking_scripts() { 102 wp_register_script( 'skyword-api-tracking', '//tracking.skyword.com/tracker.js' );103 wp_register_script( 'skyword-api-anonymous-tracking', '//tracking.skyword.com/tracker.js?anonymize=yes' );102 wp_register_script( 'skyword-api-tracking', '//tracking.skyword.com/tracker.js', array(), null, array("strategy" => "async")); 103 wp_register_script( 'skyword-api-anonymous-tracking', '//tracking.skyword.com/tracker.js?anonymize=yes', array(), null, array("strategy" => "async")); 104 104 } 105 105
Note: See TracChangeset
for help on using the changeset viewer.