@johnnymarin
Active 6 years, 8 months ago
-
Paul Wong-Gibbs replied to the topic Adding a tab to the Users->Your Profile Section in the forum Creating & Extending 6 years, 7 months ago
@johnnymarin Searching the BuddyPress code base for “Extended Profile” would have shown you the relevant WordPress action hooks to use are
edit_user_profile
andshow_user_profile
.Have a look at
class BP_Members_Admin->profile_nav()
for an implementation example. 🙂