@MB Themes
it is in multiple plugins like in radius search, backoffice-manager, make offer etc....
In the indexes there is for instance in make offer index file
$text .= '<li><a href="' . osc_base_url() . 'oc-admin/index.php?page=plugins&action=renderplugin&file=make_offer/admin/configure.php"><i class="fa fa-wrench"></i><span>' . __('Configure', 'make_offer') . '</span></a></li>';
$text .= '<li><a href="' . osc_base_url() . 'oc-admin/index.php?page=plugins&action=renderplugin&file=make_offer/admin/offers.php"><i class="fa fa-handshake-o"></i><span>' . __('Offers', 'make_offer') . '</span></a></li>';
$text .= '</ul>';
You need to change it by hand in almost every plugin but it is not so hard to do......
Only things is as i mentioned above, that if there is an update user needs to be reminded to change that part of file has to been done.
VERY IMPORTANT is to also update robots.txt file to disallow robots: CHANGE Disallow: /oc-admin/ to Disallow: /newadmin folder/