Change order of tabs in Seller Dashboard
-
Hi, I’d like to know how to switch the position of bottom tabs (eg visit store) in the seller’s dashboard.
However , i not able to locate correct urls name in order to unset and switch to other postion .here attach my code however it’s doesnt work
add_filter( ‘dokan_get_dashboard_nav’, ‘prefix_dokan_remove_seller_nav’ );
function prefix_dokan_remove_seller_nav( $urls ) {unset( $urls[‘Visit Store’] );
return $urls;
}
li class="dokan-common-links dokan-clearfix"> =<a title="" href="https://dudukpedia.co/store/colfaxstore/" target="_blank" rel="noopener">Visit Store</strong>"><i class="fa fa-external-link"></i></a>
- This topic was modified 3 years, 4 months ago by .
- This topic was modified 3 years, 4 months ago by .
- This topic was modified 3 years, 4 months ago by .
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Change order of tabs in Seller Dashboard’ is closed to new replies.