all_supercache_filenames

all_supercache_filenames

Hook Type: filter

See hook in core

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

apply_filters('all_supercache_filenames') is found 1 times:

  • /wp-cache-phase2.php line 938
    		}
    	}
    
    	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;