how can i remove market admin menu on osclass 3.8.0
« on: October 06, 2021, 03:41:54 PM »
how can i remove market admin menu on osclass 3.8.0

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: how can i remove market admin menu on osclass 3.8.0
« Reply #2 on: October 06, 2021, 05:16:03 PM »
@ 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

*

MB Themes

Re: how can i remove market admin menu on osclass 3.8.0
« Reply #3 on: October 06, 2021, 05:37:23 PM »
For me it does not make sense to discuss 3 years old version and spent time on it.
Just sent you docs link  :-[
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots