/ Published in: PHP
Here are a couple of snippets for removing the CSS, JS, and Dashboard widget created by the WP Geo plugin. I love this plugin but often only use it as a simple way to embed geo data on posts and don't actually need it to generate maps.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// remove WP Geo Dashboard widget // remove WP Geo JS/CSS from head if not looking at WP admin if (!is_admin()) { }
URL: http://wordpress.org/extend/plugins/wp-geo/