wpsc_protected_directories

wpsc_protected_directories

Hook Type: filter

See hook in core

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

apply_filters('wpsc_protected_directories') is found 1 times:

  • /wp-cache-phase2.php line 1065
    }
    
    function wpsc_get_protected_directories() {
    	global $cache_path, $blog_cache_dir;
    	return apply_filters( 'wpsc_protected_directories', array(
    									$cache_path . '.htaccess',
    									$cache_path . "index.html",
    									$blog_cache_dir,
    									$blog_cache_dir . "index.html",
    									$blog_cache_dir . 'meta',
    									$blog_cache_dir . 'meta/index.html',