Background of the issue:
We would like to programmatically set wpml_synchronise_acf_fields_translations to false for all existing and new posts and pages on the site hidden link. This is to prevent the content on translated pages from being overwritten when the page in the default language is updated. We are experienced developers and are comfortable adding custom code.
Symptoms:
When wpml_synchronise_acf_fields_translations is set, updating the page in the default language causes the content on translated pages to be overwritten.
Questions:
Is there a hook we can use to ensure that wpml_synchronise_acf_fields_translations is always set to false, preventing default language content from syncing to translated pages?