WordPress禁用後台Google Open Sans字體,網站加速

總之,關閉不需要的功能,就可以加速
開啟主題的 functions.php 貼入下面代碼

[emaillocker][cc lang="php"] /** * WordPress後台禁用Google Open Sans字體,網站加速 */ add_filter( 'gettext_with_context', 'wpdx_disable_open_sans', 888, 4 ); function wpdx_disable_open_sans( $translations, $text, $context, $domain ) { if ( 'Open Sans font: on or off' == $context && 'on' == $text ) { $translations = 'off'; } return $translations; }[/cc][/emaillocker]

評論 (0)

此處尚未發表評論

留言

  1. 以遊客身份發表評論。 註冊登入到您的帳戶。
附件 (0 / 3)
分享您的位置