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