wp_cache_get_legacy_cache()
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
wp_cache_get_legacy_cache( $cache_file );
- $cache_file (обязательный)
- -
Код wp_cache_get_legacy_cache() wp cache get legacy cache WPSCache 1.12.4
function wp_cache_get_legacy_cache( $cache_file ) { return substr( @file_get_contents( $cache_file ), 15 ); }