get_gc_flag()
No Hooks.
Return
null
. Nothing (null).
Usage
get_gc_flag();
get_gc_flag() get gc flag code WPSCache 1.12.4
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'; }