[Plugin: WP Geo] How to unset the WP Geo dashboard widget
-
I have successfully managed to unclutter my dashboard by following this tutorial: https://codex.www.ads-software.com/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 …
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: WP Geo] How to unset the WP Geo dashboard widget’ is closed to new replies.