php facetwp更改地图过滤按钮文本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp更改地图过滤按钮文本相关的知识,希望对你有一定的参考价值。

<?php
/**
 ** modify text for map filtering button
 **/

add_filter( 'gettext', function ( $translated_text, $untranslated_text, $domain ) {
	if ( $translated_text == 'Enable filtering' && 'fwp-map' == $domain ) {
		$translated_text = 'Other text';
	}
	return $translated_text;
}, 10, 3 );

以上是关于php facetwp更改地图过滤按钮文本的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp更改自动完成按钮文本

php facetwp更改自动完成按钮文本

php facetwp更改谷歌地图的ui图标

php FacetWP - 自定义地图标记

php facetwp地图样式

php facetwp自定义地图