I edited the code to this:
————————
if ( ! function_exists( ‘bfi_thumb’ ) ) {
function bfi_thumb($url, $params = array(), $single = true) {
return BFI_Thumb::thumb($url, $params, $single);
}
}
———————–
but no improvements! ??
any other suggestion?
Thanks again for your help