How to remove visit store option in dokan vendor dashboard
-
Hi,
I want to remove the visit store option in the dokan vendor dashboard. So how can I do this.
Secondly, I have added this visit store option in my dokan vendor dashboard as a full option instead of mini option with following code:
$urls['profile']['title'] = 'Profile'; $urls['profile']['pos'] = 11; $urls['profile']['url'] = dokan_get_store_url(dokan_get_current_user_id());
I have used the “dokan_get_dashboard_nav” hook. But the issue is this new visit store does not open in new tab as previous. So how can I open it in new tab. Please help in both of these problems. Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to remove visit store option in dokan vendor dashboard’ is closed to new replies.