@masievi
2 years, 8 months ago
Is there any other approach I can use to add the nav tab on the user’s profile? Kindly if can assist me, this will help a lot.
Thank you @shanebp actually i am trying to do this via BuddyPress And this is my code
`function my_bp_nav() { ?> <a class=”nav-tab” href=”#”>Active tab </a> <?php } add_action( ‘bp_members_admin_user_profile_nav’, ‘my_bp_nav’ );`