wp_supercache_badbehaviour_include()
Хуков нет.
Возвращает
null. Ничего (null).
Использование
wp_supercache_badbehaviour_include();
Код wp_supercache_badbehaviour_include() wp supercache badbehaviour include WPSCache 3.0.3
function wp_supercache_badbehaviour_include() {
$bbfile = get_bb_file_loc();
if ( ! $bbfile ) {
require_once $bbfile;
}
}