wp_supercache_badbehaviour()
No Hooks.
Returns
null. Nothing (null).
Usage
wp_supercache_badbehaviour( $file );
- $file(required)
- .
wp_supercache_badbehaviour() wp supercache badbehaviour code WPSCache 3.1.0
function wp_supercache_badbehaviour( $file ) {
global $cache_badbehaviour;
if ( 1 !== $cache_badbehaviour ) {
return $file;
}
wp_supercache_badbehaviour_include();
return $file;
}