Disable WordPress cache programmatically on a request [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question How do I turn off the WP Super Cache & W3 Total Cache functionality programmatically? For instance, I neither want to … Read more

Clear cache when a post is submitted [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question I have a question. How can I clear the cache when a post is submitted ? Actually, I need to clear … Read more

Proper hook for W3TC defines, or dynamically disable w3 total cache [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question I have a site that uses a shopping cart plugin (Shopp), a plugin I wrote, and W3 Total Cache. In my … Read more

Nonces and Cache

It’s clear that form submissions and AJAX requests, especially sensible ones, need “nonces” to avoid certain exploits. However, with heavy use of caching systems it becomes harder to generate them and output fresh nonces instead of cached ones. To solve the problem I thought about creating an AJAX function that returns a fresh nonce, to … Read more

Caching: Force fresh content for logged-in users (potentially by adding a query variable to the URL)

If a logged-out user visits a page, and then revisit it when logged-in, it will show the cached version. There’s a closed question similar to this with an answer that suggests to set Cache Control to no-cache. This will affect logged-out users, which defeats the purpose of caching in the first place. The problem When … Read more

W3 Leverage browser caching not working for google pagespeed [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question I have a site at http://iqonline.eu which uses w3 total cache for all its caching and minifying purposes and everything is … Read more