pagecache_extract_accept_qs, $ignore_qs

pagecache_extract_accept_qs, $ignore_qs

Hook Type: filter

See hook in core

Displaying hooks found in version: w3-total-cache.2.10.3

apply_filters('pagecache_extract_accept_qs, $ignore_qs') is found 1 times:

  • /PgCache_ContentGrabber.php line 2816
    	 * @return string The normalized query string.
    	 */
    	private function _normalize_querystring( $querystring ) {
    		$ignore_qs = $this->_config->get_array( 'pgcache.accept.qs' );
    		$ignore_qs = w3tc_apply_filters( 'pagecache_extract_accept_qs', $ignore_qs );
    		Util_Rule::array_trim( $ignore_qs );
    
    		if ( empty( $ignore_qs ) || empty( $querystring ) ) {
    			return $querystring;
    		}