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.2.0.0

apply_filters('supercache_filename_str') is found 1 times:

  • /wp-cache-phase2.php line 1084
    1080
    1081
    1082
    1083
    1084
    1085
    1086
    1087
    1088
    1089
    1090
    $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: