pagecache_key_extension

pagecache_key_extension

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('pagecache_key_extension') is found 1 times:

  • /PgCache_ContentGrabber.php line 1245
    		$this->_fill_key_extension_cookie( $extension );
    
    		// fill group
    		$extension['group'] = $this->get_cache_group_by_uri( $this->_request_uri );
    		$extension = w3tc_apply_filters( 'pagecache_key_extension', $extension,
    			$this->_request_url_fragments['host'], $this->_request_uri );
    
    		return $extension;
    	}
    
    	private function _fill_key_extension_cookie( &$extension ) {