php facetwp布局构建器没有结果输出

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp布局构建器没有结果输出相关的知识,希望对你有一定的参考价值。

<?php
/**
 ** displays alternate html when no posts are found
 **/

add_filter( 'facetwp_template_html', function(  $output, $class ) {
    if ( $class->query->found_posts < 1 ) {
        $output = '<p>No posts found</p>';
    }
    return $output;
}, 10, 2);

以上是关于php facetwp布局构建器没有结果输出的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp woocommerce布局构建器

php 布局构建器中的facetwp短代码

php facetwp布局构建器woo / price

php 布局构建器中的facetwp数组处理

php facetwp更改布局构建器中的日期格式

php facetwp链接布局构建器中的所有内容