wpsc_get_preload_status_file_path()WPSCache 1.0

Returns the location of the preload status file.

Хуков нет.

Возвращает

null. Ничего (null).

Использование

wpsc_get_preload_status_file_path();

Код wpsc_get_preload_status_file_path() WPSCache 1.12.4

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