Thread Starter
c3web
(@c3web)
Hi Chad,thanks your reply.
Your answer is what I wanted!
$row[ $meta ] = $fields[ $meta ][‘options’][ $row[ $meta ] ];
I didn’t understand here. So thank you for your answer.
Thank you for your help.
Thread Starter
c3web
(@c3web)
The display of the management screen could be changed.
https://qiita.com/Kazuya_Murakami/items/b7f8f647e7f518ab2dc6
And i want to export this.
thanks.
Thread Starter
c3web
(@c3web)
Hi Chad,thanks your reply.
User displayed value|database saved value
I want to get User displayed value.
My select fields is “Japanese|English”.
(i.e. リンゴ|apple,)
So,I want to export User displayed value.
Is it possible by using wpmem_user_export_row?