@borellidesigns
Active 5 years, 4 months ago
-
borellidesigns posted on the forum topic Modify text in admin bar in the group How-To and Troubleshooting: 14 years, 2 months ago
Very handy code! I cannot seem to change the word ‘Blogs’ using this code though. I’ve tested it for ‘Activity’ and it works fine, but trying to use the following code just adds another list item to the navigation:
function change_text() {
global $bp;
$bp->bp_nav = ‘test’;
}
add_action(‘wp’, ‘change_text’); -
borellidesigns joined the group How-To and Troubleshooting 14 years, 2 months ago