How to remove WordPress admin menu and sub menu from dashboard?
We sometimes need to remove certain menu and sub menu from admin dashboard. The right hook we can use is admin_menu and create a function to remove the menus we want to remove. The following example will do this task using two different functions, but if we want, we can use one function and call …
How to remove WordPress admin menu and sub menu from dashboard? Read More »