0
The php code:
case 'countries':
$array = array (
'city1 ' => __('Acrelândia - AC',"ultimatemember")
Inside the wordpress plugin to choose the option created in php
I tried to include in the pages, I tried to convert the arrays to UTF8 and nothing.
Hello, The embarrassment is after the post to record. Already changed the recording page the Meeting?
– Tiago Gomes
I gotta find this page, I’m gonna try it out.
– GustavoCave
Add: header('Content-Type: text/html; charset=utf-8'); on the right save page?
– GustavoCave
That’s where the constraint is. He tried?
– Tiago Gomes
I’ve tried a few pages, I think I’m editing the wrong page, but will just adding the utf-8 charset in the right place work? I checked that the bank is recording with wrong accent.
– GustavoCave
With the data provided there is no guarantee. It can be page charset as well as the file itself. Are you editing the pages with which editor? Which charset is the file being saved to?
– Tiago Gomes
I don’t get it @Tiagogomes
– GustavoCave
Text editors for example Notepad++ save the file in various charset, which can also cause some constraints.
– Tiago Gomes