Ok, at the moment I tested this
function custom_bbp_breadcrumb($r) {
$r = ' | ';
return $r;
}
add_filter('bbp_before_get_breadcrumb_parse_args', 'custom_bbp_breadcrumb' );
and it seems to work, but maybe there is a more elegant solution… any help is appreciated
Hi everyone…
since BBPress 2.1 has removed bbp_get_breadcrumb_pre filter, can anyone provide a quick solution to get the same result as above?
Thanks