Title: Setup process READY text
Last modified: October 21, 2019

---

# Setup process READY text

 *  Resolved [touchestudio](https://wordpress.org/support/users/boulosblack/)
 * (@boulosblack)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/setup-process-ready-text/)
 * Hello,
 * In the setup process (vendor-register) in the READY tab, I would like to change
   the WE ARE DONE! and the text after it. Can you please tell me where to go to
   change this? Code snippet?
 * Thanks and best regards,
 * Paul

Viewing 1 replies (of 1 total)

 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/setup-process-ready-text/#post-12048751)
 * Hi,
 * You may change that message using this filter –
 *     ```
       add_filter( 'wcfm_store_setup_complete_message', function( $message ) {
       	$message = "YOUR MESSAGE HERE";
       	return $message;
       });
       ```
   
 * Add your message here and add this code to your site.
 * Add this code to your child theme’s functions.php
    In case you do not have child
   theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
 * Thank You

Viewing 1 replies (of 1 total)

The topic ‘Setup process READY text’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/setup-process-ready-text/#post-12048751)
 * Status: resolved