• Is it possible to add custom dynamic pages to the pages cleared from the fastcgi cache when a post is updated?

    We are using wc vendors plugin with woocomerce and the vendor store page (/designer/) is not cleared from the cache when a product by this vendor is updated.

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

Viewing 1 replies (of 1 total)
  • Thread Starter mjamescompton

    (@mjamescompton)

    Is is possible to pass the post id to apply_filters(‘rt_nginx_helper_purge_urls’, $purge_urls, false);

    ie.

    apply_filters(‘rt_nginx_helper_purge_urls’, $purge_urls, false, $_ID);

    This would allow me to create some custom urls based on the post being deleted.

Viewing 1 replies (of 1 total)
  • The topic ‘Add pages to purge’ is closed to new replies.