php facetwp自定义滑块格式

Posted

tags:

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

<?php
/** custom number format for a slider facet
 ** change_me needs to be changed to the name of the slider facet
 **/

add_filter( 'facetwp_render_output', function( $output, $params ) {
	if ( isset( $output['settings']['change_me'] ) ) {
		$output['settings']['change_me']['format'] = '0,0.0000';
	}
	return $output;
}, 10, 2 );

以上是关于php facetwp自定义滑块格式的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp设置滑块的范围

php facetwp修改滑块标签

php facetwp修改滑块标签

php facetwp将工具提示添加到滑块

php FacetWP - 自定义地图标记

php facetwp自定义地图