remove "Social Profile" menu item from dashboard navigation panel

  • Home
  • Forums
  • Dokan
  • remove "Social Profile" menu item from dashboard navigation panel
This topic contains 1 reply and 2 voices, and was last updated by Nayem 8 years, 9 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
July 21, 2015 at 10:39 pm 56550
Nayem Can anyone please assist with this. I am trying to remove the "social profiles" nav menu item from the dashboard menu. I was able to do this for "coupons" using the code below; `function dokan_remove_coupon_menu( $menus ) { unset($menus['coupon']); return $menus; } add_filter( 'dokan_get_dashboard_nav', 'dokan_remove_coupon_menu' );` But I have had no luck doing something similar for the "social profile". this is under settings > social profile.
July 22, 2015 at 10:13 am 56605
Nayem Nayem

Right this like-

unset($settings_sub['scial']);.

Thanks.

Viewing 1 Posts - 1 through 1 (of 1 total)