Disable all caching on specific pages

by

in , , ,
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;

Recent Posts