Wants to rename "notification" tab
-
Hello everyone, I can’t get “notification tab” to change. Below is the code used, am I missing something? thank in anticipation.
function mb_profile_menu_tabs(){
$bp->bp_nav[‘notifications’][‘name’] = sprintf(‘Alerts<span>%d</span>’,notifications_get_total_notification_count());
}
add_action(‘bp_setup_nav’, ‘mb_profile_menu_tabs’, 201);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Wants to rename "notification" tab’ is closed to new replies.