How to disable cache in wordpress

user7444728 picture user7444728 · Sep 13, 2017 · Viewed 43.6k times · Source

I am creating a website, but I needed to do refresh several time to see the changes I made in website. Is there any option that I can use to disable cache in WordPress?

Answer

A Shah picture A Shah · Sep 13, 2017

put below code in your wp-config.php file.

define('WP_CACHE', false);