分类

链接

2016 年 3 月
 123456
78910111213
14151617181920
21222324252627
28293031  

近期文章

热门标签

新人福利,免费薅羊毛

现在位置:    首页 > Wordpress > 正文
共享办公室出租
禁止wordpress加载google字体 WordPress禁用Open Sans
Wordpress 暂无评论 阅读(1,058)

//禁用Open Sans
class Disable_Google_Fonts
{
public function __construct()
{
add_filter('gettext_with_context', array($this, 'disable_open_sans'), 888, 4);
}
public function disable_open_sans($translations, $text, $context, $domain)
{
if ('Open Sans font: on or off' == $context && 'on' == $text) {
$translations = 'off';
}
return $translations;
}
}
$disable_google_fonts = new Disable_Google_Fonts();

============ 欢迎各位老板打赏~ ===========

本文版权归Bruce's Blog所有,转载引用请完整注明以下信息:
本文作者:Bruce
本文地址:禁止wordpress加载google字体 WordPress禁用Open Sans | Bruce's Blog

发表评论

留言无头像?