wp_supercache_badbehaviour_include()WPSCache 1.0

No Hooks.

Return

null. Nothing (null).

Usage

wp_supercache_badbehaviour_include();

wp_supercache_badbehaviour_include() code WPSCache 1.12.0

function wp_supercache_badbehaviour_include() {
	$bbfile = get_bb_file_loc();
	if ( ! $bbfile ) {
		require_once $bbfile;
	}
}