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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 此片段用于以下知识库文章 - http://kb.wpbeaverbuilder.com/article/591-create-a-filter-to-customize-the-di相关的知识,希望对你有一定的参考价值。

<php //Don't show this line

function fl_builder_loop_query_args_filter( $query_args ) {
      if ( 'example-module' == $query_args['settings']->id ) {
            $query_args['post_type'] = array( 'post', 'product' );
        }
    return $query_args;
}
add_filter( 'fl_builder_loop_query_args', 'fl_builder_loop_query_args_filter' );

以上是关于text 此片段用于以下知识库文章 - http://kb.wpbeaverbuilder.com/article/591-create-a-filter-to-customize-the-di的主要内容,如果未能解决你的问题,请参考以下文章

php 此代码段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/637-add-latin-extended-capabilitiesfo

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

python 用于在终端中运行的sublime text 3的简单代码片段制作工具