wpsc_get_preload_status_file_path()
Returns the location of the preload status file.
Хуков нет.
Возвращает
null. Ничего (null).
Использование
wpsc_get_preload_status_file_path();
Код wpsc_get_preload_status_file_path() wpsc get preload status file path WPSCache 3.1.1
function wpsc_get_preload_status_file_path() {
global $cache_path;
return $cache_path . 'preload_permalink.txt';
}