all_supercache_filenames

all_supercache_filenames

Hook Type: filter

See hook in core

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

apply_filters('all_supercache_filenames') is found 1 times:

  • /wp-cache-phase2.php line 1058
    1054
    1055
    1056
    1057
    1058
    1059
    1060
    1061
    1062
    1063
    1064
        }
    }
     
    if ( function_exists( 'apply_filters' ) ) {
        $filenames = apply_filters( 'all_supercache_filenames', $filenames );
    } else {
        $filenames = do_cacheaction( 'all_supercache_filenames', $filenames );
    }
     
    foreach ( $filenames as $file ) {
        $out[] = $file;