Tagged Questions
0
votes
1answer
100 views
how to translate countries output from wp database?
i have a list of countries in french stored in my database (wp_country). i use the code above to retrieve all the countries witth this ecohing echo '"' . $country['name_country'] . '",'; it outputs ...