Copy and paste this code into the template you want to disable caching on, usually used on activation pages if( is_object( $wp_object_cache ) ) $wp_object_cache->cache_enabled = false;
Copy and paste this code into the template you want to disable caching on, usually used on activation pages if( is_object( $wp_object_cache ) ) $wp_object_cache->cache_enabled = false;
Leave a Reply