I have successfully managed to unclutter my dashboard by following this tutorial: http://codex.wordpress.org/Dashboard_Widgets_API#Advanced:_Removing_Dashboard_Widgets
But the WP Geo panel is still showing.
I tried this code to print the names of the panels onto the page:
global $wp_meta_boxes;
foreach (array_keys($wp_meta_boxes['dashboard']['normal']['core']) as $name){
echo ("<p>");
echo ($name);
echo("</p>");
}
But nothing comes up for this panel? Anyone know what it's called so I can unset it? I've tried the obvious wpgeo_dashboard_widget, dashboard_wpgeo, dashboard_wp_geo ...