从WP-Geo-WordPress插件中删除CSSJS和/或仪表板小部件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从WP-Geo-WordPress插件中删除CSSJS和/或仪表板小部件相关的知识,希望对你有一定的参考价值。
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.
// remove WP Geo Dashboard widget // remove WP Geo JS/CSS from head if not looking at WP admin if (!is_admin()) { }
以上是关于从WP-Geo-WordPress插件中删除CSSJS和/或仪表板小部件的主要内容,如果未能解决你的问题,请参考以下文章