Open
Overview of the issue
If you have updated WordPress to the new 6.7 version, you might have experienced missing string translations on the Front End.
This issue was discovered in our testing, and we have included fixes to our plugins for it.
It occurs when any plugin or theme uses a translation ahead of time ( calling __(...)
).
The changes in the WordPress JIT mechanism broke this and provoked missing translations in the plugin.
The issue is reported at https://core.trac.wordpress.org/ticket/62337, and it’s not a specific WPML issue.
Workaround
There is no official workaround for now. Some solutions are suggested at https://core.trac.wordpress.org/ticket/62337.
Next WordPress 6.7.1 version will include changes, that will fix this issue.