• Resolved jay126

    (@jay126)


    Hi All,

    I trying to apply the code below but the menu still there .

    add_filter( ‘dokan-dashboard-menu’, ‘dokan_remove_menu’ );

    function dokan_remove_menu( $menus ) {
    unset($menus[‘support’]);
    unset($menus[‘followers’]);
    return $menus;
    }

    add_filter( ‘dokan_get_dashboard_settings_nav’, ‘remove_sub_tab’ );

    function remove_sub_tab($settings_sub){

    unset($settings_sub[‘shipstation’]);
    return $settings_sub;

    }`

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @jay126

    The menus you are referring to comes from the premium feature of Dokan. As per the forum rules, we’re unable to discuss the PRO feature here.

    If you’ve any queries about PRO features, kindly contact us through our support channel.

    Thank you,

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Menu Items From Dashboard Nav’ is closed to new replies.