wpsc_get_preload_status_file_path()
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() 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'; }