php facetwp搜索占位符

Posted

tags:

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

<?php

add_filter( 'facetwp_facet_render_args', function( $args) {
	if ( 'my_search_facet' == $args['facet']['name'] ) {  // change my_search_facet to name of your facet
		$args['facet']['placeholder'] = 'Something';
	}
	return $args;
} );

以上是关于php facetwp搜索占位符的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp在facetwp模板中使用woocommerce占位符图像

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

php 更改搜索表单占位符文本

如何编辑WooCommerce搜索字段占位符?

php FacetWP - 将搜索网址重写为目录

php facetwp搜索附件