Disable all caching on specific pages
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;
Traction Theme by The Theme Foundry
Copyright © 2012 . All rights reserved.