wp_cache_get_legacy_cache()
No Hooks.
Returns
null. Nothing (null).
Usage
wp_cache_get_legacy_cache( $cache_file );
- $cache_file(required)
- .
wp_cache_get_legacy_cache() wp cache get legacy cache code WPSCache 3.1.1
function wp_cache_get_legacy_cache( $cache_file ) {
return substr( @file_get_contents( $cache_file ), 15 );
}