change name “view” in profile menu
-
hi,
i want change the test “view” in profile menu. How i do ?
this is an image to see : http://prntscr.com/8mixmo
i use this code, what i wrong ?
function add_settings_subnav_tab() { global $bp; $bp->bp_options_nav['profile']['view']['name'] = 'Visualizza nome profilo'; } add_action( 'bp_setup_nav', 'add_settings_subnav_tab', 100 );
thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘change name “view” in profile menu’ is closed to new replies.