Changeset 3224589
- Timestamp:
- 01/17/2025 07:11:00 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skyword-publishing-api/tags/1.1.4/php/class-skyword-shortcode.php
r3224587 r3224589 99 99 } 100 100 101 function register_ tracking_scripts() {101 function register_api_tracking_scripts() { 102 102 wp_register_script( 'skyword-api-tracking', '//tracking.skyword.com/tracker.js', array(), null, array("strategy" => "async")); 103 103 wp_register_script( 'skyword-api-anonymous-tracking', '//tracking.skyword.com/tracker.js?anonymize=yes', array(), null, array("strategy" => "async")); 104 104 } 105 105 106 add_action( 'wp_enqueue_scripts', 'register_ tracking_scripts' );106 add_action( 'wp_enqueue_scripts', 'register_api_tracking_scripts' ); 107 107 108 add_action( 'wp_enqueue_scripts', 'register_tracking_scripts' );109 108 global $custom_shortcodes; 110 109 $custom_shortcodes = new Skyword_API_Shortcode;
Note: See TracChangeset
for help on using the changeset viewer.