Перейти к содержанию Перейти к боковой панели

Помечено: 

Эта тема содержит 0 ответ, имеет 1 голос.

Последнее обновление: daveM-12 1 год назад.

При содействии: Noman.

Автор Посты
13 августа, 2024 в 10:46 дп #16065727

daveM-12

Background of the issue:
I am aware that a feature was released that automatically sends ACF field groups and labels to translation jobs. I have inserted the define('ACFML_EXCLUDE_FIELD_GROUP_STRINGS_IN_POST_JOBS', true); to wp-config.php to stop this from happening, but they are still appearing in the jobs. All the field groups are set to 'Same fields across languages'. I have cancelled and restarted the jobs to make sure that this wasn't anything from before the constant was added.

Symptoms:
We are still getting Field group title, Field Instructions and Field label appearing in every job.

Questions:
Why are ACF field labels still appearing in translation jobs despite adding the constant to wp-config.php?
Is there any additional step required to exclude ACF field labels from translation jobs?