parent
fdd615eab8
commit
ab5951ebd8
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue