Changeset 2987073
- Timestamp:
- 11/01/2023 12:39:03 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mediajel-tracker/trunk/public/class-mj-tracker-public.php
r2979888 r2987073 118 118 } 119 119 120 function mj_pixel_ tracker()120 function mj_pixel_ads_tracker() 121 121 { 122 122 $product = array(); … … 154 154 } 155 155 156 add_action('wp_enqueue_scripts', 'mj_ pixel_head_script');157 add_action('wp_head', 'mj_pixel_ tracker');156 add_action('wp_enqueue_scripts', 'mj_head_script'); 157 add_action('wp_head', 'mj_pixel_ads_tracker'); 158 158 159 159 }
Note: See TracChangeset
for help on using the changeset viewer.