get_gc_flag()WPSCache 1.0

Хуков нет.

Возвращает

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

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

get_gc_flag();

Код get_gc_flag() WPSCache 1.12.0

function get_gc_flag() {
	global $cache_path;
	return $cache_path . strtolower( preg_replace( '!/:.*$!', '', str_replace( 'http://', '', str_replace( 'https://', '', get_option( 'home' ) ) ) ) ) . '_wp_cache_gc.txt';
}