W3 total cache – cache refresh programmatically [closed]
IT Nursery
April 9, 2022
0
I am building a Digg like website in WordPress.
After installing W3 Total Cache, I noticed certain elements such as number of votes (and voters ids) per post are cached even though they shouldn’t be (at least not after a user votes for an article).
I assume it is not possible to prevent specific elements in a page from being cached (or is it?), so I thought of triggering page cache refresh programmatically.
Any suggestions?
6
if you want to flush the cache you can do that:
the plugin has functions for that