WPML
Status
Resolved
Reported for
Advanced Custom Fields Multilingual 2.0.2
Resolved in
2.0.4
Related plugin/theme
Advanced Custom Fields (ACF)

Overview of the issue

With Advanced Custom Fields Multilingual 2.0.0 you will notice that the Group Fields Title and Labels are now translatable by default. It is not a bug, but a new feature included with our latest release. The idea is to translate these labels easily and affordably with the Advanced Translation Editor and its automatic translation feature.

You can find more information about it in our documentation.

Workaround

If you prefer not to have this feature, since Advanced Custom Fields Multilingual 2.0.4, you can disable it by defining this constant in your WordPress wp-config.php file:

define( 'ACFML_EXCLUDE_FIELD_GROUP_STRINGS_IN_POST_JOBS', true );

Note that if you have pending translation jobs with these extra strings, you will need to cancel it and re-create new jobs.

All known issues →