MC Lists Documentation

How to Change “Read More” and “Select Options” Text in WooCommerce Wishlist Table

The MoreConvert WooCommerce Wishlist Table provides a convenient way for users to view and manage their wishlist items. If you want to customize the default “Read More” and “Select Options” text displayed in this table and all other MorConvert Lists tables, this article will guide you through the process.

 

1. Changing the “Read More” Text #

To modify the “Read More” text in the WooCommerce Wishlist Table, follow these steps:

  • Access your WordPress theme’s directory.
  • Locate the functions.php file.
  • Insert the following code snippet into the functions.php file:

    add_filter( 'wlfmc_read_more_text', function() {
    return 'custom text';
    });

  • Replace ‘custom text’ with your desired text.
  • Save the functions.php file.

 

2. Changing the “Select Options” Text #

To modify the “Select Options” text in the WooCommerce Wishlist Table, follow these steps:

  • Access your WordPress theme’s directory.
  • Locate the functions.php file.
  • Insert the following code snippet into the functions.php file:

    add_filter( 'wlfmc_select_options_text', function() {
    return 'custom text';
    });

  • Replace ‘custom text’ with your desired text.
  • Save the functions.php file.

 

What are your feelings
Updated on August 29, 2023
Get Your Free Access to

Woo Wishlists & Waitlists Premium

Seize the opportunity to explore our premium options at no cost and without any risk. Experience the quality you could have access to.
Try Right Now
close-link