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