• I’m making a plugin that redirects users based on user agents, but I’m having trouble making it work properly when the page is cached with WP-Cache.
    I’ve examined the code and noticed that WP-Cache has a priority of 0, which of course it should have so that it can start immediately. I tried setting the priority of my plugin to -1 but that didn’t work.

    Any ideas?

  • The topic ‘Run plugin with cached page’ is closed to new replies.