, add_post_type("Product", "cart", "Brand"); /* Remove Unnecessary ADMIN SIDEBAR - Use the slug */ function remove_menu_items() { $items = array( "upload.php", ); foreach($items as $item) { remove_menu_page($item); } }