WordPress filtering utm_ GET variables from url unless logged in as admin, not sure why?
It’s not a core behaviour to overwrite the global $_GET array, which means it’s likely that something else then WordPress itself is the issue here. I would suggest the following steps to debug the issue: Disable all active plugins and revert to standard theme, see if the problem persists. If the problem is still there, … Read more