Home › Forums › General Issues › WPML won't translate flexible content – could export / import be a solution? › Reply To: WPML won't translate flexible content – could export / import be a solution?
The IDs used for groups, fields are generated using uniqid() https://www.php.net/manual/en/function.uniqid.php. This function uses the system time to generate an id. Increment any value in the key will not be guaranteed to make it unique. It would be better to append a value to the existing key, for example
layout_5cc01670...a
layout_5cc01670...b
layout_5cc01670...c
as far as searching and replacing, that would depend on what you are searching and replacing? I don’t know anything about how WPML translates a field group, so I’m not sure I could help you with that.
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.