php facetwp过滤html

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp过滤html相关的知识,希望对你有一定的参考价值。

<?php

add_filter( 'facetwp_facet_html', function( $output, $params ) {
    if ( 'my_facet' == $params['facet']['name'] ) { // change 'my_facet' to name of your facet
        $output = str_replace ( '</select>' , '</select><button onclick="FWP.refresh()">>></button>' , $output );
    }
    return $output;
}, 10, 2 );

以上是关于php facetwp过滤html的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp listable html过滤器

php facetwp facetwp_wpdb_sql过滤器

php facetwp facetwp_query_args短代码模板过滤器

php facetwp更改地图过滤按钮文本

php facetwp过滤wp搜索表单

php facetwp条件过滤器