Home › Forums › Backend Issues (wp-admin) › WPML options fields › Reply To: WPML options fields
Yes, same problem here this morning.
This was a very usefull features to setup 1 fields definitions and have the possibility to register multiple value of all fields in differents languages.
If you trace the MySQL Queries, we can see that all the values are stories in wp_options table with a prefix for every tuple “option”/”language”. For instance the field “option_fb” is saved this way:
– options_de_option_fb > Dutch version
– options_it_option_fb > italian version
– and so on…
when you ask the option_fb field from your theme, ACF is smart enought to get the good translation
so, if this options could be rolled back, that would be a very good idea !
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.