-
Chris Foster posted an update: 1 year, 11 months ago
Anyone know which function calls the group name as a value, and not just echo’ing it?
It seems bp_current_group_name(); is simply echo’ing the value to browser. And i need this value in my code.
Chris Foster posted an update: 1 year, 11 months ago
Anyone know which function calls the group name as a value, and not just echo’ing it?
It seems bp_current_group_name(); is simply echo’ing the value to browser. And i need this value in my code.
bp_get_current_group_name() almost all template functions have an equivalent get_() function that will return instead of echo.
Awesome. Thanks. I am pretty new to the whole WP / BP family… just over a couple months now… thanks again!