wpsc_get_preload_status_file_path()
Returns the location of the preload status file.
No Hooks.
Returns
null. Nothing (null).
Usage
wpsc_get_preload_status_file_path();
wpsc_get_preload_status_file_path() wpsc get preload status file path code WPSCache 3.1.1
function wpsc_get_preload_status_file_path() {
global $cache_path;
return $cache_path . 'preload_permalink.txt';
}