wpsc_get_preload_status_file_path()WPSCache 1.0

Returns the location of the preload status file.

No Hooks.

Return

null. Nothing (null).

Usage

wpsc_get_preload_status_file_path();

wpsc_get_preload_status_file_path() code WPSCache 1.12.4

function wpsc_get_preload_status_file_path() {
	global $cache_path;
	return $cache_path . 'preload_permalink.txt';
}