• Hi, The plugin should not cache the page if ?p parameter was passed. WP used that parameter as post id when there weren’t permalinks.

    Now the plugin shows the home page and doesn’t let WP do its redirect to the full page link.

    Is there a filter that I can just return false so it doesn’t redirect?


    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Svetoslav Marinov

    (@lordspace)

    another option is in the ignored() function to have a filter after your checks to allow other devs to skip the caching

    Plugin Author Emre Vona

    (@emrevona)

    if a url contains a query string, the page is not cached unless you enable it manually.

    Can you tell me a sample url please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘this plugin prevents WP from redirecting ?p=123 to the permalink’ is closed to new replies.