Plugin Directory

Changeset 2987073


Ignore:
Timestamp:
11/01/2023 12:39:03 AM (2 years ago)
Author:
mediajel
Message:

fix naming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mediajel-tracker/trunk/public/class-mj-tracker-public.php

    r2979888 r2987073  
    118118        }
    119119
    120         function mj_pixel_tracker()
     120        function mj_pixel_ads_tracker()
    121121        {
    122122            $product = array();
     
    154154        }
    155155
    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');
    158158
    159159    }
Note: See TracChangeset for help on using the changeset viewer.