I’m using woodmart theme, woocommerce and i can’t find a way to translate these two elements "Wishlist" and "Logout" without using plugins
Usually when we change the website’s language woocomerce does as well, well actually it did, but these two are still the same.
Now i’m just trying to find where their Html is and just change it but i couldn’t find it
i inspected the elements, copied their classes, used vsCode to search for those classes but no results were found except for this class " woocommerce-MyAccount-navigation-link " but it only found css
2
Answers
Here is how i fixed the problem Using 'gettext' :
Add the following lines to your functions.php
This will change "Logout" to "Get out here!"