Change filter set Name | WordPress.org

[ad_1]

Hi @cha123

Thank you for your interest in the Filter Everything plugin.

You can do it with template overriding for chips.php file, more about it you can read here – https://filtereverything.pro/resources/templates-overriding/

Here is a small example how you can do it.

if($chip['name'] === "Reset all") {
	echo esc_html( "Reset Filter" ); 
} else {
	echo esc_html( $chip['name']); 
}

Best Regards – Victor

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer