Title: Button label
Last modified: February 2, 2019

---

# Button label

 *  Resolved [idevelopper](https://wordpress.org/support/users/idevelopper/)
 * (@idevelopper)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/button-label-2/)
 * Hi,
 * How can we change the “Visit Store” button label please on the stores page?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/button-label-2/#post-11165367)
 * Hi,
 * What you want to call this?
 * Thank You
 *  Thread Starter [idevelopper](https://wordpress.org/support/users/idevelopper/)
 * (@idevelopper)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/button-label-2/#post-11165544)
 * Hi,
 * For example “Discover” or “Découvrir” in french but my question was:
 * Can we customize it by a hook or something else and how?
 * Thank you
 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/button-label-2/#post-11171553)
 * Hi,
 * Please use this code for the purpose –
 *     ```
       function wcfm_custom_translate_text( $translated ) {
       	$translated = str_ireplace( 'Visit <span>Store</span>', 'Découvrir', $translated );
       	return $translated;
       }
       add_filter('gettext', 'wcfm_custom_translate_text');
       add_filter('ngettext', 'wcfm_custom_translate_text');
       ```
   
 * Thank You
 *  Thread Starter [idevelopper](https://wordpress.org/support/users/idevelopper/)
 * (@idevelopper)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/button-label-2/#post-11172312)
 * Thanks a lot for this, I will test. Do I have to do this in a child theme or 
   plugin?
 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/button-label-2/#post-11196585)
 * HI,
 * Please add this at child theme’s functions.php
 * Thank You

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Button label’ is closed to new replies.

 * ![](https://ps.w.org/wc-multivendor-marketplace/assets/icon-256x256.gif?rev=2611991)
 * [WCFM Marketplace - Multivendor Marketplace for WooCommerce](https://wordpress.org/plugins/wc-multivendor-marketplace/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-multivendor-marketplace/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-multivendor-marketplace/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-multivendor-marketplace/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-multivendor-marketplace/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/button-label-2/#post-11196585)
 * Status: resolved