Hello,
I'm writing a plugin that needs to clear the cache for a taxonomy archive page when the plugin sets some custom post meta on a post that is in that taxonomy.
I'm currently using the wp_cache_clear_cache function as I can't find a way to only clear the cache for that taxonomy page - is there such a method? I think wp_cache_post_change can't be used here as there isn't a post_id for the taxonomy page.
Thanks,
Jonathan