change language on Course Discussion button
-
I would like to change the “Course Discussion” button to say “Community Pages.”
I’ve found in the code where this text is located, but I don’t want to rewrite in that plugin (because it would get overwritten in the instance of updates).
sensei-buddypress/includes/bp-sensei-groups.php
$html = '<p class="bp-group-discussion"><a class="button" href="'. trailingslashit(home_url()).trailingslashit($bp->groups->slug).$group_data .'">'.__('Community Pages','sensei-buddypress').'</a></p>';
However, I don’t know where to put this code? I’m not familiar with hooks, could this be done with a hook?
Thanks,
Liz
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘change language on Course Discussion button’ is closed to new replies.