I have 2 types of users.
1. Admin
2. Standard User
If Admin logged in, the menu items will be displayed as it is.
If a standard user logged in, some of the menu items should hide.
How to do this?
I found that ow_system_plugins/base/bol/navigation_service.php is responsible to show menu.
But in which line of code, I should check the user role?