supercache_filename_str

supercache_filename_str

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wp-super-cache.1.9.4

apply_filters('supercache_filename_str') is found 1 times:

  • /wp-cache-phase2.php line 964
    	$is_https  = wpsc_is_https();
    	$extra_str = $is_https ? '-https' : '';
    
    	if ( function_exists( 'apply_filters' ) ) {
    		$extra_str = apply_filters( 'supercache_filename_str', $extra_str );
    	} else {
    		$extra_str = do_cacheaction( 'supercache_filename_str', $extra_str );
    	}
    
    	if ( is_array( $cached_direct_pages ) && in_array( $_SERVER['REQUEST_URI'], $cached_direct_pages ) ) {
    		$extra_str = '';
    

See this hook used in plugins: