manuelmasia (@manuelmasia)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • @manuelmasia

    Member

    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 :-)

    @manuelmasia

    Member

    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

Viewing 2 replies - 1 through 2 (of 2 total)