Forums
(@jurusss)
5 years, 9 months ago
Hi,
do not know exactly why, but this code in functions.php helped me.
function http_header() { header("Cache-Control: no-cache"); } add_action( 'send_headers', 'http_header' );