Once logged into WordPress you’ll notice a number of Administration Menus to the left of the Dashboard screen. For various reasons you may want to hide some of the menu items.
To remove Administration Menus from the Dashboard just add the following PHP code to your functions.php file.In the PHP below, Links and Tools will be removed but you can remove any menu items by just including the name of the menu item into the array (note that the PHP below doesn’t remove the functionality that the menu references, it just removed the menu from the dashboard).
