PHP script to Prevent Google Analytics form Tracking Admin Info.

Greybeard

Junior Member
Joined
Aug 27, 2011
Messages
185
Reaction score
18
Anyone know how to prevent Google Analytics from tracking my logins to WordPress?

It's still doing it even though I set my preferences not to track them.
 
Above is likely assuming there is no user registrations.

Code:
if (!$someVarForAdminsOnly) {
  Your GA code here
}
 
Thanks, Break.

I didn't even search for a plug-in because I assumed there wasn't one to do this.

I'll check them out to before going the code route. Anything to avoid extra code, lol.
 
Back
Top