pagecache_normalize_url_fragments

pagecache_normalize_url_fragments

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_normalize_url_fragments') is found 1 times:

  • /PgCache_ContentGrabber.php line 2025
     
    
    
    	private function _normalize_url_fragments( $fragments ) {
    		$fragments = w3tc_apply_filters( 'pagecache_normalize_url_fragments',
    			$fragments );
    		$fragments['querystring'] = $this->_normalize_querystring(
    			$fragments['querystring'] );
    
    		return $fragments;
    	}
    

See this hook used in plugins: