pagecache_page_key

pagecache_page_key

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

  • /PgCache_ContentGrabber.php line 1538
    		if ( $page_key_extension['compression'] ) {
    			$key_compression = '_' . $page_key_extension['compression'];
    		}
    
    		$key = w3tc_apply_filters( 'pagecache_page_key', array(
    				'key' => array(
    					$key_urlpart,
    					$key_extension,
    					$key_postfix,
    					$key_compression
    				),
    

See this hook used in plugins: