/ Published in: PHP
URL: http://wordpress.org/extend/plugins/wp-geo/
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
// remove WP Geo Dashboard widget // remove WP Geo JS/CSS from head if not looking at WP admin if (!is_admin()) { }
You need to login to post a comment.
