Issue with ACF 5.11.2 options without language
-
When updating to the latest version of ACF Pro and this plugin I get an issue with getting field values from options pages only set on “all languages”.
ACF Pro version: 5.11.2
ACF Options For Polylang: 1.1.10
WordPress: 5.9.2If I downgrade ACF Pro it works again. I think it’s related to this update: https://www.advancedcustomfields.com/resources/acf-field-functions/#non-acf-data but I guess this plugin needs to be update to work as before.
If I for example have an option field called “myoption”, then:
– If I have only saved it for “all languages”, then get_field(‘myoption’,’option’) will not find it.
– If I have saved it for a specific language, then get_field(‘myoption’,’option’) will find it for the specific language.For some fields and options pages, I only want to save and read the field for “all languages” (things that should be the same for all languages anyway).
Will this be handled in a future update? Or is there some known workaround for this?
- The topic ‘Issue with ACF 5.11.2 options without language’ is closed to new replies.