Implemented new invalidation method; added filter hook. #25

Merged
plescheff merged 9 commits from master into master 2014-09-05 09:29:07 +01:00
Showing only changes of commit ab5951ebd8 - Show all commits

View file

@ -28,7 +28,6 @@ $wp_ffpc_uri = $_SERVER['REQUEST_URI'];
/* no cache for uri with query strings, things usually go bad that way */
if ( isset($wp_ffpc_config['nocache_dyn']) && !empty($wp_ffpc_config['nocache_dyn']) && stripos($wp_ffpc_uri, '?') !== false )
return false;
}
/* no cache for pages starting with /wp- like WP admin */
if (stripos($wp_ffpc_uri, '/wp-') !== false)