Home › Forums › Support › CHANGE STRINGS This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 24, 2022 at 4:39 am #2131693 antonio hI THERE is there an option to change the strings? i need to swap may be interested in with related products just the text in the product page https://ibb.co/YD0fr3N February 24, 2022 at 4:46 am #2131702 DavidStaff Customer Support Hi there, you can use these PHP Snippets: add_filter('woocommerce_product_related_products_heading',function(){ return 'Your related product text'; }); add_filter('woocommerce_product_upsells_products_heading',function(){ return 'Your interested in text'; }); February 24, 2022 at 5:20 am #2131737 antonio SHOULD I PUT IN FUNCTIONS? February 24, 2022 at 5:32 am #2131744 DavidStaff Customer Support This document explains how to add PHP: https://docs.generatepress.com/article/adding-php/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In