woof_text_search_like_option
此项调节文本搜索行为,默认返回 FALSE. If it will be return TRUE 文本搜索将不考虑特殊符号。例如,如果插入以下代码
add_filter('woof_text_search_like_option', function() {
return TRUE;
});
into functions.php of your current wp theme – then in WOOF text input write Logrono – will be found all products with text ‘Logrono‘ 和 ‘Logroño‘ (当然,如果存在这样的文本的话)
从: v.1.2.2/2.2.2