For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete Connect Market from Admin toolbar.

Delete Connect Market from Admin toolbar.

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.php

Locate and remove this code:

osc_add_hook( 'add_admin_toolbar_menus', 'osc_admin_toolbar_market_connect'     , 0 );

Last updated

Was this helpful?