@johnnymarin
Active 7 years, 5 months ago
-
Paul Wong-Gibbs replied to the topic Adding a tab to the Users->Your Profile Section in the forum Creating & Extending 7 years, 5 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. 🙂