关注分享主机优惠活动
国内外VPS云服务器

如何在wordpress中禁用谷歌地图

如何在wordpress中禁用谷歌地图-主机频道

许多主题和插件捆绑了Google Maps API,这可能会破坏您的性能优化工作。尽管Google Maps API是异步加载的,但它确实大大增加了页面的总加载时间。

/* * Remove Google Maps API Call */function disable _ Google _ map _ API($ load _ Google _ map _ API){ $ load _ Google _ map _ API = false;返回$ load _ google _ map _ api} $ plugins = get _ option(& # 039;active _插件& # 039;);$ required _ plugin = & # 039auto -location -pro/auto -location . PHP & # 039;;if ( in_array( $required_plugin,$ plugins)){ add _ filter(& # 039;avf _ load _ google _ map _ api & # 039, 'disable _ google _ map _ api & # 039, 10, 1);}在functions.php中编写代码并保存。

使用下面的代码将禁用整个车站的谷歌地图。

add _ filter(& # 039;avf _ load _ google _ map _ api & # 039, '_ _ return _ false & # 039);在functions.php写下来,保存起来。使用此代码将禁用整个网站的谷歌地图,以及包含地图的嵌入式网页。

更多与wordpress相关的技术文章,请访问wordpress教程专栏进行学习!

未经允许不得转载:主机频道 » 如何在wordpress中禁用谷歌地图

评论 抢沙发

评论前必须登录!