Delete Connect Market from Admin toolbar.
Last updated
Was this helpful?
Removing the line of code listed below will remove "Connect Market" from your Admin toolbar (header part).
Open the following file:
oc-includes/osclass/classes/AdminToolbar.phpLocate and remove this code:
osc_add_hook( 'add_admin_toolbar_menus', 'osc_admin_toolbar_market_connect' , 0 );Last updated
Was this helpful?
Was this helpful?