updated plugin W3 Total Cache
version 2.3.3
This commit is contained in:
@ -2021,7 +2021,6 @@ class PgCache_ContentGrabber {
|
||||
|
||||
private function _normalize_querystring( $querystring ) {
|
||||
$ignore_qs = $this->_config->get_array( 'pgcache.accept.qs' );
|
||||
$ignore_qs = array_merge( $ignore_qs, PgCache_QsExempts::get_qs_exempts() );
|
||||
$ignore_qs = w3tc_apply_filters( 'pagecache_extract_accept_qs', $ignore_qs );
|
||||
Util_Rule::array_trim( $ignore_qs );
|
||||
|
||||
|
Reference in New Issue
Block a user