@pckelly123
Active 8 years, 5 months ago
-
Henry Wright replied to the topic Changing the word Groups in the forum Miscellaneous 8 years, 7 months ago
You’re right @pckelly123, those constants are deprecated. Instead, try:
add_filter( 'bp_get_groups_slug', function() {
return 'yourslughere';
} );