Sorry, but i don’t know PHP very well.
I tried to use this code:
function maxhinta() {
if( $term->name == ‘Max price’ ) $term->name =’Max hinta’;
return $term->name;
}
add_filter( ‘wpc_chips_term_name’, ‘maxhinta’);
but it removed all the chips.
Could you give a slightly more detailed answer?
Thank you.