• Resolved Pratham

    (@pratham2003)


    Hi,

    Is there a function to delete term pages from Page Cache? Or a function to delete PageCache by specific URLs? I need a way to purge a few URLs only except rest of my website.

    I am using Redis as PageCache storage.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @pratham2003

    Thank you for reaching out and I am happy to assist you with this.
    Yes, you can do this either manually while logged in, and go to the specific page you wish to purge, and then in the top admin bar select Performance>Purge Current Page or Performance>Purge Modules>Page Cache: Current Page
    You can also do this programmatically by calling w3tc_flush_url( $url );

    I hope this helps!

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Granular control over page cache purge’ is closed to new replies.