Remove tracking from AJAX requests
-
Hi,
Currently the plugin is returning tracking codes – even when “DOING_AJAX” is defined. This results in broken AJAX requests.
An easy fix is to check for “wp_doing_ajax()” before outputting tracking code.
Please take a look at this patch – and implement to prevent breaking sites: