BUG: dynamic cache tags are not replaced because of wp_cache_phase2 conditions
-
So what I’ve noticed is that the conditions in wp_cache_phase2() function are fired before the ‘wpsc_cachedata’ filter, which can be used to replace all the dynamic tags with real content. So if a current url doesn’t pass the filter, it gets stuck in this function and returns a page that is full of dynamic cache tags instead of the real content.
For example adding a “?preview” query to any page shows all of the dynamic tags. This is a serious security issue as all of the users can find out about my tags and start inserting them into their comments, etc..
Is there a way to replace all my tags before they become stuck in wp_cache_phase2?
Thanks.
- The topic ‘BUG: dynamic cache tags are not replaced because of wp_cache_phase2 conditions’ is closed to new replies.