Home › Forums › Support › Change Up-sell products text (WooCommerce) by PHP Filter This topic has 3 replies, 2 voices, and was last updated 1 year, 6 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 13, 2020 at 2:31 am #1578277 David Hi GP Team! I’m looking to change the upsell text on WooCommerce. I’ve tried like four filters and nothing happens. Can you help me? I don’t understand what are happening. I submit you the URL. You will se the text “També us recomanem…” Thank you 🙂 December 13, 2020 at 6:14 am #1578445 DavidStaff Customer Support Hi there, this PHP Snippet should work: add_filter( 'woocommerce_product_upsells_products_heading', 'db_change_upsell_title_text' ); function db_change_upsell_title_text() { return 'Your upsell title text here...'; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ December 13, 2020 at 6:34 am #1578478 David It works perfectly 🙂 Thank you so much! December 13, 2020 at 7:49 am #1578702 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ 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