The shared snippet adds the vendor profile link to the user account menu, not to the front-end user account page. If you mean the account page (because the “edit profile” item is already in the menu but labeled “settings”), this would require further customizations for the hivepress/v1/templates/user_view_page template hook, you can use this URL to get the user profile settings link:
Thanks for the clarification. However, we’re not looking to edit the user profile (i.e. account settings). What we actually need is a link or option to edit the vendor profile — not the user account.
We want users (who are vendors) to be able to edit their public vendor profile, such as business name, logo, description, etc.
Please guide us on how we can add a link to the vendor profile edit page instead of the user settings page.
This link is already available in the account menu, it’s the “Settings” link, it contains both the user and vendor fields (if the current user is also a vendor). If you mean placing this link to the front-end vendor profile page that shows vendor listings, this would require code customizations.