How to clear cache without a plugin [closed]
If this is about .css and .js changes, one way is to add “versions” of your files. For example: script_1.0.css // This is the URL for release 1.0 script_1.1.css // This is the URL for release 1.1 script_1.2.css // etc. Or alternatively do it after the file name: script.css?v=1.0 // This is the URL for … Read more