LayerSlider WP 圖層幻燈片去掉 Google fonts 字型的方法,讓網站加速訪問更快。

正在檢視 2 個帖子:1-2 (共 2 個帖子)
  • 作者
    帖子
  • 詩語
    管理員
    • 文章數量: 5,935
    @feibisi
    樓主

    去掉 Google fonts 的方法,讓主題速度更快。

    // 去掉 LayerSlider 的 Google Fonts, googlefonts.admincdn.com slow down site
    function wpse_dequeue_google_fonts() {
        wp_dequeue_style( 'ls-google-fonts' );
    }
    add_action (  'wp_enqueue_scripts' ,  'wpse_dequeue_google_fonts' ,  99  );

    新增這段程式碼到子主題的 functions.php 中就能夠去掉 Google fonts 主題的,薇曉朵的子主題已經預設新增了此程式碼。

    chailei
    • 文章數量: 1
    @chailei

    Great@!

正在檢視 2 個帖子:1-2 (共 2 個帖子)
  • 哎呀,回覆話題必需登入。

話題資訊