pagecache_extract_accept_qs

pagecache_extract_accept_qs

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

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

do_action('pagecache_extract_accept_qs') is found 1 times:

  • /PgCache_ContentGrabber.php line 2037
     
    
    	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;
    		}
    
    

See this hook used in plugins: