php facetwp wp工作经理

Posted

tags:

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

<?php

// add currentcy to rate
add_filter( 'facetwp_index_row', function( $params, $class ) {
    if ( 'my_facet_name' == $params['facet_name'] ) { // change 'my_facet_name' to name of your facet
        $currency = get_custom_field( 'name_of_field', $params['post_id'] ); // change 'name_of_field' to your field name to look up the currency field by $params['post_id'];
        $params['facet_display_value'] = $params['facet_display_value'] . ' ' . $currency;
    }
    return $params;
}, 10, 2 );

以上是关于php facetwp wp工作经理的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp在使用WP GDPR Compliance插件时修复主要查询

php facetwp在wp_head hook上滚动到顶部

php facetwp facetwp-woocommerce的模板

php facetwp用facetwp替换genesis pager

php facetwp在GeneratePress中显示facetwp寻呼机

php facetwp添加facetwp-template下载短代码