floriancam (@floriancam)

Forum Replies Created

Viewing 1 replies (of 1 total)

  • floriancam
    Participant

    @floriancam

    I dont know if I can answer my own question but I found a way to change this :

    function modify_breadcrumb_args() {
        $args['home_text'] = 'newname';
    
        return $args;
    }
    
    add_filter( 'bbp_before_get_breadcrumb_parse_args', 'modify_breadcrumb_args' );
Viewing 1 replies (of 1 total)