Background of the issue:
I am trying to use an ACF field with a WYSIWYG editor on my site hidden link. In the content, I have a link that should redirect to a different post. I am using get_field as per the documentation at hidden link.
Symptoms:
Link using get_field not translating to other language URL.
Questions:
Why is the link not translating to the other language URL?
How can I ensure the link redirects correctly in different languages?
I tried to disable all plugins on a staging site but the issue still persists. I am using a custom vc_block where I use ACF to get a field using get_field('aanbieding')
While you wait for my colleague to take over the ticket, let me try to help you with the issue quickly.
We have a similar issue with nested fields and ACF blocks, that should be fixed in the next version of ACFML, while you wait can you please try using wpml_permalink hook as explained here: