I'm trying to use bp_group_name() in
if (bp_group_name()!='General') {
//code
}
Instead of using the value of bp_group_name()
in the IF, it displays the value on the page.
Sorry if the way I described this was a bit off...
bp_get_group_name()
?