Title: &#8216;added&#8217; text
Last modified: March 6, 2023

---

# ‘added’ text

 *  [maix](https://wordpress.org/support/users/maix/)
 * (@maix)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/added-text/)
 * hi there, can i know how to change the button ‘added’ text?
 * At setting i already change the text, but when i click ‘compare’ then will out
   the ‘added’ text, and when i refresh the page then just show out i change the
   text.
 * ![](https://i0.wp.com/i.postimg.cc/44YVXzsy/We-Chat-Screenshot-20230306225719.
   png?ssl=1)

Viewing 1 replies (of 1 total)

 *  [crodriguez1991](https://wordpress.org/support/users/crodriguez1991/)
 * (@crodriguez1991)
 * [3 years ago](https://wordpress.org/support/topic/added-text/#post-16540429)
 * Hello there,
 * I hope you’re doing well :D.
 * If you want to change the text. You can do it using the following code in the
   functions.php of your active theme
 *     ```wp-block-code
       if( !function_exists('yith_woocompare_compare_added_label_change_text') ) {
           function yith_woocompare_compare_added_label_change_text($text)
           {
               $text = 'custom text';
               return $text;
           }
   
           add_filter('yith_woocompare_compare_added_label', 'yith_woocompare_compare_added_label_change_text');
       }
       ```
   
 * Only you need to change “added text” and add your custom text.
 * Note: Seems the compare feature is added by our plugin but the design is from
   your theme. If doesn’t work, I suggest you to contact theme developers.
 * I hope it helps you.
 * Have a good day.

Viewing 1 replies (of 1 total)

The topic ‘‘added’ text’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-compare/assets/icon.svg?rev=3042935)
 * [YITH WooCommerce Compare](https://wordpress.org/plugins/yith-woocommerce-compare/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-compare/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-compare/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-compare/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-compare/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-compare/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [crodriguez1991](https://wordpress.org/support/users/crodriguez1991/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/added-text/#post-16540429)
 * Status: not resolved