Is there any way to add absolute path for add_menu_page function?
I don’t think there is a clean way to put arbitrary link into the menu item. At most you could change it with JavaScript after the fact. However there is an edge case that allows you to load plugin file there. Pass as $menu_slug argument a path to a plugin file relative to plugins directory, … Read more