This function is to add an item in the admin panel's nav bar.
add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $position)
ParameterDetails$page_title(string) The text to be displayed in the title tags of the page when the menu is selected.$menu_titl...