Hi,
I am currently having trouble to debug an issue that I have with wp super cache and dynamic cache content.
When
1. loading a page ABC the dynamic content gets rendered properly and shown
2. refreshing the page reloads the created super cache file except instead of showing the dynamic content it shows the replacement tag
This issue is really strange since I have exactly the same environment on my local machine where everything works as it should.
I can't get my head around why the hooks aren't getting called or maybe why the replacement tag doesn't get replaced by the dynamic content.
I appended a little placeholder comment to the returning string in the "wpsc_cachedata" hook so I can see if the replacement is taken place. And it seems as the "wpsc_cachedata" hook only gets called once (the first time the cached page gets created and rendered). Afterwards when reloading the page the cached page doesn't have the placeholder comment anymore.
Did someone encountered the same or could give me hint why I get this strange behavior?
Thanks a lot for the help!