wp_supercache_badbehaviour_include()
No Hooks.
Returns
null. Nothing (null).
Usage
wp_supercache_badbehaviour_include();
wp_supercache_badbehaviour_include() wp supercache badbehaviour include code WPSCache 3.1.0
function wp_supercache_badbehaviour_include() {
$bbfile = get_bb_file_loc();
if ( ! $bbfile ) {
require_once $bbfile;
}
}