php facetwp替换日期选择器占位符文本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp替换日期选择器占位符文本相关的知识,希望对你有一定的参考价值。

<?php

/** replace the "Date" or "Start Date" or "End Date" text in the datepicker
 ** Other langauges may have different text to replace as well
 **/
add_filter( 'facetwp_facet_html', function( $output, $params ) {
	if ( 'my_date_facet' == $params['facet']['name'] ) { // change 'my_date_facet' to the name of your date picker facet
		$output = str_replace( 'placeholder="Date"', 'placeholder="mm/dd/yyyy"', $output );
	}
	return $output;
}, 10, 2 );

以上是关于php facetwp替换日期选择器占位符文本的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp搜索占位符

php facetwp搜索占位符

用 Chrome 中的自定义文本替换默认的 html5 日期占位符

php 替换“在此处输入标题”占位符文本

如何在日期选择器输入上显示占位符?

更改角度日期选择器材质组件的颜色