Title: Reset button translation
Last modified: July 3, 2026

---

# Reset button translation

 *  [gjfo](https://wordpress.org/support/users/gjfo/)
 * (@gjfo)
 * [2 months, 2 weeks ago](https://wordpress.org/support/topic/reset-button-translation/)
 * Hello,
 * I first try this snippet :
 * add_filter( ‘yith_wcapf_reset_filters_label’, ‘change_yith_reset_button_text’);
   
   function change_yith_reset_button_text() {return ‘Effacer les filtres’; // Change
   this text to whatever you want}
 * not working
 * I tried this one:
 * add_filter( ‘gettext’, ‘custom_yith_reset_button_text’, 20, 3 );
   function custom_yith_reset_button_text(
   $translated_text, $text, $domain ) {// Only target text within the YITH Ajax 
   Product Filter plugin domainif ( ‘yith-woocommerce-ajax-navigation’ === $domain){
   if ( ‘Reset filters’ === $text || ‘Reset’ === $text ) {return ‘Effacer les filtres’;//
   Your custom text here}}return $translated_text;}
 * Not working either. Do you have a solution please?
 * ¸Thanks
 * GJ

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Freset-button-translation%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/yith-woocommerce-ajax-navigation/assets/icon-256x256.gif?
   rev=3129944)
 * [YITH WooCommerce Ajax Product Filter](https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/reviews/)

## Tags

 * [reset button](https://wordpress.org/support/topic-tag/reset-button/)

 * 0 replies
 * 1 participant
 * Last reply from: [gjfo](https://wordpress.org/support/users/gjfo/)
 * Last activity: [2 months, 2 weeks ago](https://wordpress.org/support/topic/reset-button-translation/)
 * Status: not resolved