php 此代码段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/648-loading-fonts-and-icons-locally-gd

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 此代码段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/648-loading-fonts-and-icons-locally-gd相关的知识,希望对你有一定的参考价值。

<?php // do not copy this line, start with line 3
  
add_action( 'wp_enqueue_scripts', function() {
        global $wp_styles;
        if ( isset( $wp_styles->queue ) ) {
                foreach ( $wp_styles->queue as $key => $handle ) {
                        if ( false !== strpos( $handle, 'fl-builder-google-fonts-' ) ) {
                                  unset( $wp_styles->queue[ $key ] );
                        }
                }
        }
}, 101 );

以上是关于php 此代码段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/648-loading-fonts-and-icons-locally-gd的主要内容,如果未能解决你的问题,请参考以下文章

php 此代码段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/648-loading-fonts-and-icons-locally-gd

php 此代码段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/648-loading-fonts-and-icons-locally-gd

css 此代码段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/150-adjust-the-size-of-the-social-icon

text 此片段用于以下知识库文章 - http://kb.wpbeaverbuilder.com/article/591-create-a-filter-to-customize-the-di

json 此片段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/220-installl-beaver-builder-via-compos

python 基础知识条件和循环