@ MB Themes
i checked it but i am not need to remove link i need to remove market from admin menu
i write this code on the begin of oc-admin/market.php
function osc_remove_admin_menu_page('market')
{
AdminMenu::newInstance()->remove_menu( 'market' );
}
but it didnt remove the market from admin menu how can i solve this problem thanks in advanced