php facetwp listable html过滤器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp listable html过滤器相关的知识,希望对你有一定的参考价值。
<?php
/*
* Filter the html of each facet and add labels in front
*/
function listable_facetwp_facet_html( $html, $params ) {
if ( isset( $params['facet'] ) && isset( $params['facet']['label'] ) ) {
$html = '<label class="facetwp-filter-title">' . facetwp_i18n( $params['facet']['label'] ) . '</label><div class="facet-wrapper">' . $html . '</div>';
}
return $html;
}
add_filter( 'facetwp_facet_html', 'listable_facetwp_facet_html', 10, 2 );
以上是关于php facetwp listable html过滤器的主要内容,如果未能解决你的问题,请参考以下文章
php facetwp过滤html
php facetwp flyout html过滤器
php 调整FacetWP的寻呼机html以匹配Genesis标记。这允许它继承Genesis主题样式。与[facetwp pager =“true”]一起使用
php facetwp woocommerce image + sale html for layout builder
php facetwp facetwp-woocommerce的模板
php facetwp用facetwp替换genesis pager