I have a weird question, where can I insert php code that should happen for every call to the website, the result of which I DON'T want cached.
I currently have redirection code in one of my template files that redirects the user based on IP, this is PHP code, and not clientside, so I need a way for it to run, even if the page is cached, before the page is processed...
I'm assuming since W3TC handles the caching and purging it has some pre-cache functions, I'd like to hook into them.
Any help would be greatly appreciated.