wp_supercache_badbehaviour() WPSCache 1.0
No Hooks.
Return
Null. Nothing.
Usage
wp_supercache_badbehaviour( $file );
Code of wp_supercache_badbehaviour() wp supercache badbehaviour WPSCache 1.7.1
function wp_supercache_badbehaviour( $file ) {
global $cache_badbehaviour;
if ( 1 !== $cache_badbehaviour ) {
return $file;
}
wp_supercache_badbehaviour_include();
return $file;
}