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