Create new custom nav tab on members user profile
-
Hi, have this problem that I want to create a custom nav tab on the user profile section and add a new tab with custom content. have this code :
function my_bp_nav() { ?> <a class="nav-tab" href="#">Active tab </a> <?php } add_action( 'bb_members_admin_user_profile_nav', 'my_bp_nav' );
that only adds the tab but I don’t know how to add content on it. Example of what I currently have
https://www.awesomescreenshot.com/image/24261311?key=c5f25734da26509dd640526a5fc521da
Kindly help me with guidance to do this. Thank you in advance
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.